Skip to content

Commit

Permalink
Release guide: sign the release tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 21, 2015
1 parent 51dcca1 commit e4193d1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/release_guide.pod
Expand Up @@ -79,9 +79,12 @@ step 3.

Tag NQP by its release month ("YYYY.MM")

$ git tag -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2012.12
$ git tag -s -a -m"tag release YYYY.MM" YYYY.MM # e.g., 2012.12
$ git push --tags

The C<-s> tells git to sign the tag with your GPG key. Please see rakudo's
release guide for links on how to create GPG keys, should it be necessary.

=item 7.

Upload the release tarball to L<http://rakudo.org/downloads/rakudo>:
Expand Down

0 comments on commit e4193d1

Please sign in to comment.