Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add a note about tagging with the version
  • Loading branch information
coke committed Oct 23, 2015
1 parent 790a101 commit be0f447
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/release_guide.pod
Expand Up @@ -209,6 +209,10 @@ Tag the release by its release month ("YYYY.MM") and its code name.
$ 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

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 be0f447

Please sign in to comment.