Added the git tag step for releases from Yves
Jesse Vincent [Fri, 2 Oct 2009 18:26:19 +0000 (03:26 +0900)]
Porting/release_managers_guide.pod

index 86e8fe1..e2c7cc5 100644 (file)
@@ -577,6 +577,15 @@ Push all your recent commits:
 
     $ git push origin ....
 
+
+=item *
+
+I<You MUST SKIP this step for SNAPSHOT>
+
+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<tar.bz2> file.
 
+
 XXX if we go for extra tags and branches stuff, then add the extra details
 here