Remove a release_manager_guide step since it's now been automated away
authorJesse Vincent <jesse@bestpractical.com>
Sun, 4 Jul 2010 15:47:34 +0000 (11:47 -0400)
committerJesse Vincent <jesse@bestpractical.com>
Sun, 4 Jul 2010 20:43:40 +0000 (21:43 +0100)
Porting/release_managers_guide.pod

index c4a73b4..2de3368 100644 (file)
@@ -419,7 +419,7 @@ Check that files managed by F<regen.pl> and friends are up to date. From
 within your working directory:
 
     $ git status
-    $ make regen
+    $ make regen_all
     $ make regen_perly
     $ git status
 
@@ -430,18 +430,6 @@ re-make perl to check that it's okay, then commit the updated versions:
 
 =item *
 
-Rebuild META.yml:
-
-    $ rm META.yml
-    $ make META.yml
-    $ git diff
-
-Commit META.yml if it has changed:
-
-    $ git commit -m 'Update META.yml' META.yml
-
-=item *
-
 I<You MUST SKIP this step for SNAPSHOT>
 
 Update C<Module::Corelist> with module version data for the new release.