In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8a2938341d31ca951f764ec0a05ab6ca6811b5e3?hp=00b85c8dc22f85cb774547bdae6b547a679d4129>
- Log ----------------------------------------------------------------- commit 8a2938341d31ca951f764ec0a05ab6ca6811b5e3 Author: Steve Hay <[email protected]> Date: Thu Aug 9 18:02:55 2012 +0100 Remove spurious instruction to bump the perl version number from the RMG Commit 30f926b5f1 moved version bump instructions from the start to the end of the BLEAD-POINT release instructions, but it also left behind an instruction in-between ("...if you didn't do it earlier...") which it should have deleted, leaving the document looking like two version bumps are required for a monthly blead release. ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 8192bc2..5b7e0e0 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -469,12 +469,6 @@ those cases. Create the branch by running git checkout -b release-5.xx.yy -=head3 bump version number - -For a BLEAD-POINT release, if you did not bump the perl version number as -part of I<advance actions>, do that now. - - =head3 finalize perldelta Finalize the perldelta. In particular, fill in the Acknowledgements -- Perl5 Master Repository
