@@ -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-
934932Update F<patchlevel.h> to add a C<-RC1>-or-whatever string; or, if this is
935933a 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-
12461242Wait until you receive notification emails from the PAUSE indexer
12471243confirming that your uploads have been received. IMPORTANT -- you will
12481244probably 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-
12571251Disarm 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-
13251317Tick 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-
13331323Remind the current maintainer of C<Module::CoreList> to push a new release
13341324to CPAN.
13351325
13361326=for checklist skip RC
13371327
13381328=head3 New perldelta
13391329
1340- I<You MUST SKIP this step for RC>
1341-
13421330Create 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-
15291515If this was a BLEAD-FINAL release (i.e. the first release of a new maint
15301516series, 5.x.0 where x is even), then create a new maint branch based on
15311517the 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-
15441528Copy the perldelta.pod for this release into blead; for example:
15451529
15461530 $ cd ..../blead
0 commit comments