Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
reorder instructions
  • Loading branch information
coke committed Oct 23, 2015
1 parent be0f447 commit bce31cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/release_guide.pod
Expand Up @@ -207,12 +207,15 @@ Tag the release by its release month ("YYYY.MM") and its code name.

$ git tag -s -a -m"tag release #nn" YYYY.MM # e.g., 2013.08
$ git tag -s -a -m"tag release #nn" CODENAME # e.g., "Bratislava"
$ git push --tags

If this is a new non-dev $*PERL.version, tag with the version as well.

$ git tag -s -a -m"tag release #nn" VERSION # e.g., v6.b

Push all tags.

$ 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 secret key.

Expand Down

0 comments on commit bce31cb

Please sign in to comment.