aboutsummaryrefslogtreecommitdiff
path: root/tools/star
diff options
context:
space:
mode:
Diffstat (limited to 'tools/star')
-rw-r--r--tools/star/release-guide.pod12
1 files changed, 10 insertions, 2 deletions
diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod
index da3026e..d462ce5 100644
--- a/tools/star/release-guide.pod
+++ b/tools/star/release-guide.pod
@@ -171,9 +171,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>:
@@ -223,7 +231,6 @@ You're done! Celebrate with the appropriate amount of fun.
Release Release manager
======= ===============
- 2015.02 ???
=head2 List of Previous Star Releases
@@ -268,6 +275,7 @@ You're done! Celebrate with the appropriate amount of fun.
2014.09 FROGGS
2014.12 moritz
2015.01 moritz
+ 2015.02 moritz
=cut