aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Lenz <moritz@faui2k3.org>2015-02-21 19:22:09 +0100
committerMoritz Lenz <moritz@faui2k3.org>2015-02-21 19:22:09 +0100
commita08a24a0e7a23099655b570200e82a44d4f1a49d (patch)
treee035d3bf9afe7fc690f3adf5f27a878e90cf8605
parent0a0679942f7c38efc3695d7a5f5972030aba8264 (diff)
release guide: sign release tag
-rw-r--r--tools/star/release-guide.pod10
1 files changed, 9 insertions, 1 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index 2fa2dac..79644a2 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -172,9 +172,17 @@ and report them to #perl6.
Tag the release by its release month ("YYYY.MM").
- $ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g. 2012.08
+ $ git tag -s -a -m"tag release YYYY.MM" YYYY.MM # e.g. 2012.08
$ 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.
+
+If you have no PGP key, you might need to
+L<create one first|https://fedoraproject.org/wiki/Creating_GPG_Keys>. Should
+that prove impossible, you can omit the C<-s> from the command line.
+
+
=item 12.
Upload the release tarball to L<http://rakudo.org/downloads/star>: