From: Dave Rolsky Date: Wed, 21 Dec 2011 17:13:48 +0000 (-0600) Subject: Add a section on making a checklist X-Git-Tag: v5.15.7~561 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/c78277adf81f8e8dd8c1d1df8a64e6956855cd43?ds=sidebyside Add a section on making a checklist --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index a1d035b..d915c50 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -7,6 +7,19 @@ release_managers_guide - Releasing a new version of perl 5.x Note that things change at each release, so there may be new things not covered here, or tools may need updating. +=head1 MAKING A CHECKLIST + +If you are preparing to do a release, you can run the +F script to generate a new version of this +document that starts with a checklist for your release. + +This script is run as: + + perl Porting/make-rmg-checklist \ + --type [BLEAD-POINT or MAINT or ...] > /tmp/rmg.pod + +You can also pass the C<--html> flag to generate an HTML document instead of +POD. =head1 SYNOPSIS