Skip to content

Commit ad0f862

Browse files
committed
release manager guide: cmpVERSION needs the previous release
The versions in release_managers_guide.pod are used as template placeholders. cmpVERSION.pl should be run with the previous version, not the version being prepared.
1 parent cb2baa7 commit ad0f862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Porting/release_managers_guide.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ For each Perl release since the previous release of the current branch, check
649649
for modules that have identical version numbers but different contents by
650650
running:
651651

652-
$ ./perl -Ilib Porting/cmpVERSION.pl --tag=v5.X.Y
652+
$ ./perl -Ilib Porting/cmpVERSION.pl --tag=v5.LAST
653653

654654
(This is done automatically by F<t/porting/cmp_version.t> for the previous
655655
release of the current branch, but not for any releases from other branches.)

0 commit comments

Comments
 (0)