X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/da571fa1485daf7915ed3e9bed094411d43678ad..0056d3d2cdb91158e01fe2553a4aded819936ad6:/Porting/release_managers_guide.pod diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index a1d035b..721ba51 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -7,6 +7,22 @@ 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. + + perl Porting/make-rmg-checklist --html \ + --type [BLEAD-POINT or MAINT or ...] > /tmp/rmg.html =head1 SYNOPSIS @@ -154,8 +170,6 @@ to use as an epigraph to your release announcement. =back -=for checklist - =head2 Building a release - advance actions The work of building a release candidate for a numbered release of