summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-03 03:26:19 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-03 03:28:47 +0900
commit96054f1230156cd59ef1d361884fb4cd0e8a0447 (patch)
tree3ef80accbe20aff6b6df25427a322130e32b8458
parent300b5357026d6cd1a136a68711c759d55c8d99b4 (diff)
downloadperl-5.11.0.tar.gz
Added the git tag step for releases from Yvesv5.11.0
-rw-r--r--Porting/release_managers_guide.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 86e8fe1804..e2c7cc56bb 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<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