This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a section on making a checklist
authorDave Rolsky <autarch@urth.org>
Wed, 21 Dec 2011 17:13:48 +0000 (11:13 -0600)
committerDave Rolsky <autarch@urth.org>
Wed, 21 Dec 2011 17:55:12 +0000 (11:55 -0600)
Porting/release_managers_guide.pod

index a1d035b..d915c50 100644 (file)
@@ -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.
 
 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.
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS