aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/star/release-guide.pod4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 07f92d7..644554f 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -182,7 +182,9 @@ Tag the release by its release month ("YYYY.MM").
$ git push --tags
The C<-s> tells git to sign the release with your PGP/GPG key, so it will
-likely ask you for the passphrase of your secrect key.
+likely ask you for the passphrase of your secret key. Note some versions of
+git/gpg don't correctly prompt for passphrase or display a meaningful error
+when it's absent.
If you have no PGP key, you might need to
L<create one first|https://fedoraproject.org/wiki/Creating_GPG_Keys>. Should