projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de65cab
)
Remove a release_manager_guide step since it's now been automated away
author
Jesse Vincent
<jesse@bestpractical.com>
Sun, 4 Jul 2010 15:47:34 +0000
(11:47 -0400)
committer
Jesse Vincent
<jesse@bestpractical.com>
Sun, 4 Jul 2010 20:43:40 +0000
(21:43 +0100)
Porting/release_managers_guide.pod
patch
|
blob
|
history
diff --git
a/Porting/release_managers_guide.pod
b/Porting/release_managers_guide.pod
index
c4a73b4
..
2de3368
100644
(file)
--- a/
Porting/release_managers_guide.pod
+++ b/
Porting/release_managers_guide.pod
@@
-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.