diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:48:47 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-20 17:48:47 +0100 |
commit | eb92badec069d2041ebf51c3654ed7e62e7309e9 (patch) | |
tree | 7324fafdfc33efe490a4bdd62f81d0857ffa8196 /Porting/release_managers_guide.pod | |
parent | f6b0fd83fc8650651b85c6f1c9db45e3f89223f1 (diff) | |
download | perl-eb92badec069d2041ebf51c3654ed7e62e7309e9.tar.gz |
RMG - update commit reference for version bump change
Still refer to a .0 bump since it contains more than other bumps, but
update it to 5.17.0's bump rather than 5.15.0's
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 3b768904cc..6ce712f53f 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -406,7 +406,7 @@ Commit your changes: $ git commit -a -m 'Bump the perl version in various places for 5.x.y' At this point you may want to compare the commit with a previous bump to -see if they look similar. See commit 8891dd8d for an example of a +see if they look similar. See commit 0e79a3d1bc for an example of a previous version bump. When the version number is bumped, you should also update Module::CoreList |