From: Jesse Vincent Date: Fri, 2 Oct 2009 18:26:19 +0000 (+0900) Subject: Added the git tag step for releases from Yves X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=96054f1230156cd59ef1d361884fb4cd0e8a0447;p=p5sagit%2Fp5-mst-13.2.git Added the git tag step for releases from Yves --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 86e8fe1..e2c7cc5 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -577,6 +577,15 @@ Push all your recent commits: $ git push origin .... + +=item * + +I + +Tag the release: + + $ git tag v5.11.0 -m'First release of the v5.11 series!' + =item * Create a tarball. Use the C<-s> option to specify a suitable suffix for @@ -596,6 +605,7 @@ the MANIFEST files into it, sets the correct permissions on them, adds DOS line endings to some, then tars it up as F<../perl-x.y.z-RC1.tar.gz>. With C<-b>, it also creates a C file. + XXX if we go for extra tags and branches stuff, then add the extra details here