summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-19 01:04:13 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-22 16:37:58 +0100
commitd28409a756beeb4ee7eb04e2317f421d0d576fd2 (patch)
treeb9ea632eb562604987504fead69e2a923fe643fb
parentb7b3ac231a23ed1cc1b90a1ade1bad9fe28d847e (diff)
downloadperl-d28409a756beeb4ee7eb04e2317f421d0d576fd2.tar.gz
release_managers_guide: minor tweaks
(cherry picked from commit a14438df21020189740a682ab40dab57be840556)
-rw-r--r--Porting/release_managers_guide.pod7
1 files changed, 6 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 2d3a2c6208..2f1fb27e05 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 *