This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Show --html flag for make-rmg-checklist
[perl5.git] / Porting / release_managers_guide.pod
index a1d035b..721ba51 100644 (file)
@@ -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<Porting/make-rmg-checklist> 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