From: David Mitchell Date: Wed, 19 Aug 2009 00:04:13 +0000 (+0100) Subject: release_managers_guide: minor tweaks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a14438df21020189740a682ab40dab57be840556;p=p5sagit%2Fp5-mst-13.2.git release_managers_guide: minor tweaks --- 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 Check that the C 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 change; for example, Be sure to commit your change: $ git commit -m 'disarm RCnnn bump' patchlevel.h + $ git push origin .... =item *