X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2Frelease_managers_guide.pod;h=f104b47a1c55fd516e56fe51625cd96f5c7af23c;hb=a3983ba969738ca697e6ba80d1a8de882285cbfd;hp=ffd02a40aa7588c2323913eab57fb68f5bc7a11b;hpb=94e9284742fce739393f3ccf1f443b4486b689cc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index ffd02a4..f104b47 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -947,14 +947,18 @@ all the C (deferred) flags to C<.> (needs review). I -If this was a major release (5.x.0), then create a new maint branch -based on the commit tagged as the current release and bump the version -in the blead branch in git, e.g. 5.12.0 to 5.13.0. +If this was the first release of a new maint series, (5.x.0 where x is +even), then create a new maint branch based on the commit tagged as +the current release and bump the version in the blead branch in git, +e.g. 5.12.0 to 5.13.0. [ XXX probably lots more stuff to do, including perldelta, C ] -XXX need a git recipe +Assuming you're using git 1.7.x or newer: + + $ git checkout -b maint-5.12 + $ git push origin -u maint-5.12 =item *