aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-01-29 15:09:05 +0000
committerSteve Mynott <steve.mynott@gmail.com>2018-01-29 15:09:05 +0000
commit600f7d0505614bf30dceaa5e56c6e3163ab4b8b6 (patch)
treefebdfd47b1fb8b7af0861af9e278268ca7d684b1
parent7470b40591d8fbebd3fa4e949707e9f87c647d47 (diff)
warning about tag signing ui
-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