Skip to content

Commit 1ff7b82

Browse files
maukethibaultduponchelle
authored andcommitted
Porting/release_managers_guide.pod: document version placeholders
1 parent 61a68ee commit 1ff7b82

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

Porting/release_managers_guide.pod

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,35 @@ POD.
2222

2323
$ perl Porting/make-rmg-checklist --html --version [5.X.Y-RC#] > /tmp/rmg.html
2424

25+
This file serves as a template for the checklist. In particular, the following
26+
placeholders in the instructions below are recognized and expanded by
27+
F<Porting/make-rmg-checklist>:
28+
29+
=over
30+
31+
=item C<5.X.Y>
32+
33+
The perl version whose release is being prepared (e.g. C<5.41.9>).
34+
35+
=item C<5.X>
36+
37+
The perl version whose release is being prepared, but without the final
38+
component (e.g. C<5.41>).
39+
40+
=item C<5.LAST>
41+
42+
The "previous" perl version. Normally, this is just C<5.X.(Y-1)>, but if the
43+
last component is 0, it subtracts 2 from the middle component:
44+
45+
5.X.Y 5.LAST
46+
====== ======
47+
5.41.9 -> 5.41.8
48+
5.40.1 -> 5.40.0
49+
5.40.0 -> 5.38.0
50+
5.41.0 -> 5.39.0
51+
52+
=back
53+
2554
=head1 SYNOPSIS
2655

2756
This document describes the series of tasks required - some automatic, some

0 commit comments

Comments
 (0)