Skip to content

Commit e16625a

Browse files
thibaultduponchellekhwilliamson
authored andcommitted
RMG: You MUST SKIP is totally redundant with make-rmg-checklist. And nobody wants to release without make-rmg-checklist
1 parent ccd42f7 commit e16625a

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

Porting/release_managers_guide.pod

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -929,8 +929,6 @@ Be sure to commit your changes:
929929

930930
=head3 Update patchlevel.h
931931

932-
I<You MUST SKIP this step for a BLEAD-POINT release>
933-
934932
Update F<patchlevel.h> to add a C<-RC1>-or-whatever string; or, if this is
935933
a final release, remove it. For example:
936934

@@ -1241,8 +1239,6 @@ which may be faster.
12411239

12421240
=head3 Wait for indexing
12431241

1244-
I<You MUST SKIP this step for RC and BLEAD-POINT>
1245-
12461242
Wait until you receive notification emails from the PAUSE indexer
12471243
confirming that your uploads have been received. IMPORTANT -- you will
12481244
probably get an email that indexing has failed, due to module permissions.
@@ -1252,8 +1248,6 @@ This is considered normal.
12521248

12531249
=head3 Disarm patchlevel.h
12541250

1255-
I<You MUST SKIP this step for BLEAD-POINT release>
1256-
12571251
Disarm the F<patchlevel.h> change; for example,
12581252

12591253
static const char * const local_patches[] = {
@@ -1320,25 +1314,19 @@ release, update F<docs/shared/tpl/stats.html>.
13201314

13211315
=head3 Release schedule
13221316

1323-
I<You MUST SKIP this step for RC>
1324-
13251317
Tick the entry for your release in F<Porting/release_schedule.pod>.
13261318

13271319
=for checklist skip RC
13281320

13291321
=head3 Module::CoreList nagging
13301322

1331-
I<You MUST SKIP this step for RC>
1332-
13331323
Remind the current maintainer of C<Module::CoreList> to push a new release
13341324
to CPAN.
13351325

13361326
=for checklist skip RC
13371327

13381328
=head3 New perldelta
13391329

1340-
I<You MUST SKIP this step for RC>
1341-
13421330
Create a new perldelta.
13431331

13441332
=over 4
@@ -1524,8 +1512,6 @@ Finally, push any commits done above.
15241512

15251513
=head3 Create maint branch
15261514

1527-
I<You MUST SKIP this step for RC, BLEAD-POINT, MAINT>
1528-
15291515
If this was a BLEAD-FINAL release (i.e. the first release of a new maint
15301516
series, 5.x.0 where x is even), then create a new maint branch based on
15311517
the commit tagged as the current release.
@@ -1539,8 +1525,6 @@ Assuming you're using git 1.7.x or newer:
15391525

15401526
=head3 Copy perldelta.pod to blead
15411527

1542-
I<You MUST SKIP this step for RC, BLEAD-POINT>
1543-
15441528
Copy the perldelta.pod for this release into blead; for example:
15451529

15461530
$ cd ..../blead

0 commit comments

Comments
 (0)