This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
reword release announcement template
[perl5.git] / Porting / release_managers_guide.pod
index 60eabe7..206887d 100644 (file)
@@ -699,6 +699,13 @@ Be sure to commit your change:
 
     $ git commit -m 'bump version to RCnnn' patchlevel.h
 
+=head3 run makemeta to update META files
+
+    $ perl Porting/makemeta
+
+Be sure to commit any changes (if applicable):
+
+    $ git commit -m 'Update META files' META.*
 
 =head3 build, test and check a fresh perl