From 1e30c55985ee2a067cfc69e809888f399a327844 Mon Sep 17 00:00:00 2001 From: Pavel Jandejsek <43804753+paveljandejsek@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:51:49 +0200 Subject: [PATCH] Update docs/Release.md --- docs/Release.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release.md b/docs/Release.md index 865f6501..70cd4859 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -39,7 +39,7 @@ mvn release:perform -Prelease ``` --- ->_Note_: The gpg agent should ask for the passphrase to your gpg key automatically, in case that does not happen you can try adding similar property to the `` section: +>_Note_: The gpg agent should ask for the passphrase to your gpg key automatically, in case that does not happen you can try to add property to the `` section: >``` >${gpg.password} >```