In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a14438df21020189740a682ab40dab57be840556?hp=a47a8f3cfedd88452255f9cef5132cb5a0be55ed>
- Log ----------------------------------------------------------------- commit a14438df21020189740a682ab40dab57be840556 Author: David Mitchell <[email protected]> Date: Wed Aug 19 01:04:13 2009 +0100 release_managers_guide: minor tweaks ----------------------------------------------------------------------- Summary of changes: Porting/release_managers_guide.pod | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 2d3a2c6..2f1fb27 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -683,7 +683,7 @@ I<You MAY SKIP this step for SNAPSHOT> Check that the C<perlbug> utility works. Try the following: - $ /path/to/perl/perlbug + $ bin/perlbug ... Subject: test bug report Local perl administrator [yourself]: @@ -720,6 +720,10 @@ Once smoking is okay, upload it to PAUSE. This is the point of no return. If anything goes wrong after this point, you will need to re-prepare a new release with a new minor version or RC number. + https://pause.perl.org/ + +(Login, then select 'Upload a file to CPAN') + Upload both the .gz and .bz2 versions of the tarball. =item * @@ -748,6 +752,7 @@ Disarm the F<patchlevel.h> change; for example, Be sure to commit your change: $ git commit -m 'disarm RCnnn bump' patchlevel.h + $ git push origin .... =item * -- Perl5 Master Repository
