This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Rearrange the RMG steps relating to the release branch and tag
[perl5.git] / Porting / release_managers_guide.pod
1 =encoding utf8
2
3 =head1 NAME
4
5 release_managers_guide - Releasing a new version of perl 5.x
6
7 Note that things change at each release, so there may be new things not
8 covered here, or tools may need updating.
9
10 =head1 MAKING A CHECKLIST
11
12 If you are preparing to do a release, you can run the
13 F<Porting/make-rmg-checklist> script to generate a new version of this
14 document that starts with a checklist for your release.
15
16 This script is run as:
17
18   perl Porting/make-rmg-checklist \
19       --type [BLEAD-POINT or MAINT or ...] > /tmp/rmg.pod
20
21 You can also pass the C<--html> flag to generate an HTML document instead of
22 POD.
23
24   perl Porting/make-rmg-checklist --html \
25       --type [BLEAD-POINT or MAINT or ...] > /tmp/rmg.html
26
27 =head1 SYNOPSIS
28
29 This document describes the series of tasks required - some automatic, some
30 manual - to produce a perl release of some description, be that a release
31 candidate, or final, numbered release of maint or blead.
32
33 The release process has traditionally been executed by the current
34 pumpking. Blead releases from 5.11.0 forward are made each month on the
35 20th by a non-pumpking release engineer.  The release engineer roster
36 and schedule can be found in Porting/release_schedule.pod.
37
38 This document both helps as a check-list for the release engineer
39 and is a base for ideas on how the various tasks could be automated
40 or distributed.
41
42 The checklist of a typical release cycle is as follows:
43
44     (5.10.1 is released, and post-release actions have been done)
45
46     ...time passes...
47
48     a few weeks before the release, a number of steps are performed,
49         including bumping the version to 5.10.2
50
51     ...a few weeks passes...
52
53     perl-5.10.2-RC1 is released
54
55     perl-5.10.2 is released
56
57     post-release actions are performed, including creating new
58         perldelta.pod
59
60     ... the cycle continues ...
61
62
63 =head1 DETAILS
64
65 Some of the tasks described below apply to all four types of
66 release of Perl. (blead, RC, final release of maint, final
67 release of blead). Some of these tasks apply only to a subset
68 of these release types.  If a step does not apply to a given
69 type of release, you will see a notation to that effect at
70 the beginning of the step.
71
72
73 =head2 Release types
74
75 =over 4
76
77 =item Release Candidate (RC)
78
79 A release candidate is an attempt to produce a tarball that is a close as
80 possible to the final release. Indeed, unless critical faults are found
81 during the RC testing, the final release will be identical to the RC
82 barring a few minor fixups (updating the release date in F<perlhist.pod>,
83 removing the RC status from F<patchlevel.h>, etc). If faults are found,
84 then the fixes should be put into a new release candidate, never directly
85 into a final release.
86
87
88 =item Stable/Maint release (MAINT).
89
90 A release with an even version number, and subversion number > 0, such as
91 5.14.1 or 5.14.2.
92
93 At this point you should have a working release candidate with few or no
94 changes since.
95
96 It's essentially the same procedure as for making a release candidate, but
97 with a whole bunch of extra post-release steps.
98
99 Note that for a maint release there are two versions of this guide to
100 consider: the one in the maint branch, and the one in blead. Which one to
101 use is a fine judgement. The blead one will be most up-to-date, while
102 it might describe some steps or new tools that aren't applicable to older
103 maint branches. It is probably best to review both versions of this
104 document, but to most closely follow the steps in the maint version.
105
106 =item A blead point release (BLEAD-POINT)
107
108 A release with an odd version number, such as 5.15.0 or 5.15.1.
109
110 This isn't for production, so it has less stability requirements than for
111 other release types, and isn't preceded by RC releases. Other than that,
112 it is similar to a MAINT release.
113
114 =item Blead final release (BLEAD-FINAL)
115
116 A release with an even version number, and subversion number == 0, such as
117 5.14.0. That is to say, it's the big new release once per year.
118
119 It's essentially the same procedure as for making a release candidate, but
120 with a whole bunch of extra post-release steps, even more than for MAINT.
121
122 =back
123
124 =for checklist begin
125
126 =head2 Prerequisites
127
128 Before you can make an official release of perl, there are a few
129 hoops you need to jump through:
130
131 =head3 PAUSE account with pumpkin status
132
133 Make sure you have a PAUSE account suitable for uploading a perl release.
134 If you don't have a PAUSE account, then request one:
135
136     https://pause.perl.org/pause/query?ACTION=request_id
137
138 Check that your account is allowed to upload perl distros: go to
139 L<https://pause.perl.org/pause/authenquery?ACTION=who_pumpkin> and check that
140 your PAUSE ID is listed there.  If not, ask Andreas KE<0xf6>nig to add your ID
141 to the list of people allowed to upload something called perl.  You can find
142 Andreas' email address at:
143
144     https://pause.perl.org/pause/query?ACTION=pause_04imprint
145
146 =head3 search.cpan.org pumpkin status
147
148 Make sure that search.cpan.org knows that you're allowed to upload
149 perl distros. Contact Graham Barr to make sure that you're on the right
150 list.
151
152 =head3 rt.perl.org update access
153
154 Make sure you have permission to close tickets on L<http://rt.perl.org/>
155 so you can respond to bug report as necessary during your stint.  If you
156 don't, make an account (if you don't have one) and contact the pumpking
157 with your username to get ticket-closing permission.
158
159 =head3 git checkout and commit bit
160
161 You will need a working C<git> installation, checkout of the perl
162 git repository and perl commit bit.  For information about working
163 with perl and git, see F<pod/perlgit.pod>.
164
165 If you are not yet a perl committer, you won't be able to make a
166 release.  Have a chat with whichever evil perl porter tried to talk
167 you into the idea in the first place to figure out the best way to
168 resolve the issue.
169
170 =head3 git clone of https://github.com/perlorg/perlweb
171
172 For updating the L<http://dev.perl.org> web pages, either a Github account or
173 sweet-talking somebody with a Github account into obedience is needed. This
174 is only needed on the day of the release or shortly afterwards.
175
176 =for checklist skip RC
177
178 =head3 Quotation for release announcement epigraph
179
180 I<SKIP this step for RC>
181
182 For all except an RC release of perl, you will need a quotation
183 to use as an epigraph to your release announcement.
184
185 =head2 Building a release - advance actions
186
187 The work of building a release candidate for an even numbered release
188 (BLEAD-FINAL) of perl generally starts several weeks before the first
189 release candidate.  Some of the following steps should be done regularly,
190 but all I<must> be done in the run up to a release.
191
192 =head3 dual-life CPAN module synchronisation
193
194 To see which core distro versions differ from the current CPAN versions:
195
196     $ ./perl -Ilib Porting/core-cpan-diff -x -a
197
198 However, this only checks whether the version recorded in
199 F<Porting/Maintainers.pl> differs from the latest on CPAN.  It doesn't tell you
200 if the code itself has diverged from CPAN.
201
202 You can also run an actual diff of the contents of the modules, comparing core
203 to CPAN, to ensure that there were no erroneous/extraneous changes that need to
204 be dealt with. You do this by not passing the C<-x> option:
205
206     $ ./perl -Ilib Porting/core-cpan-diff -a -o /tmp/corediffs
207
208 Passing C<-u cpan> (and maybe C<-u undef>) will probably be helpful, since
209 it limits the search to distributions with those upstream sources.  (It's
210 OK for blead upstream to differ from CPAN because those dual-life releases
211 usually come I<after> perl is released.
212
213 See also the C<-d> and C<-v> options for more detail (and the C<-u> option as
214 mentioned above).  You'll probably want to use the C<-c cachedir> option to
215 avoid repeated CPAN downloads and may want to use C<-m file:///mirror/path> if
216 you made a local CPAN mirror. Note that a minicpan mirror won't actually work,
217 but can provide a good first pass to quickly get a list of modules which
218 definitely haven't changed, to avoid having to download absolutely everything.
219
220 For a BLEAD release with 'cpan' upstream, if a CPAN release appears to be ahead
221 of blead, then consider updating it (or asking the relevant porter to do so).
222 If blead contains edits to a 'cpan' upstream module, this is naughty but
223 sometimes unavoidable to keep blead tests passing.  Make sure the affected file
224 has a CUSTOMIZED entry in F<Porting/Maintainers.pl>.  For 'undef' upstream,
225 you'll have to use your judgment for whether any delta should be ignored (like
226 'blead' upstream) or treated like a 'cpan' upstream and flagged.  Ask around on
227 #p5p if you're not sure.
228
229 If you are making a MAINT release, run C<core-cpan-diff> on both blead and
230 maint, then diff the two outputs. Compare this with what you expect, and if
231 necessary, fix things up. For example, you might think that both blead
232 and maint are synchronised with a particular CPAN module, but one might
233 have some extra changes.
234
235 =head3 How to sync a CPAN module with a cpan/ distro
236
237 =over 4
238
239 =item *
240
241 Fetch the most recent version from CPAN.
242
243 =item *
244
245 Unpack the retrieved tarball. Rename the old directory; rename the new
246 directory to the original name.
247
248 =item *
249
250 Restore any F<.gitignore> file. This can be done by issuing
251 C<git checkout .gitignore> in the F<cpan/Distro> directory.
252
253 =item *
254
255 Remove files we do not need. That is, remove any files that match the
256 entries in C<@IGNORE> in F<Porting/Maintainer.pl>, and anything that
257 matches the C<EXCLUDED> section of the distro's entry in the C<%Modules>
258 hash.
259
260 =item *
261
262 Restore any files mentioned in the C<CUSTOMIZED> section, using
263 C<git checkout>. Make any new customizations if necessary. Also,
264 restore any files that are mentioned in C<@IGNORE>, but were checked
265 into the repository anyway.
266
267 =item *
268
269 For any new files in the distro, determine whether they are needed.
270 If not, delete them, and list them in either C<EXCLUDED> or C<@INGORE>.
271 Otherwise, add them to C<MANIFEST>, and run C<git add> to add the files
272 to the repository.
273
274 =item *
275
276 For any files that are gone, remove them from C<MANIFEST>, and use
277 C<git rm> to tell git the files will be gone.
278
279 =item *
280
281 If the C<MANIFEST> file was changed in any of the previous steps, run
282 C<perl Porting/manisort --output MANIFEST.sort; mv MANIFEST.sort MANIFEST>.
283
284 =item *
285
286 For any files that have an execute bit set, either remove the execute
287 bit, or edit F<Porting/exec-bit.txt>
288
289 =item *
290
291 Run C<make> (or C<nmake> on Windows), see if C<perl> compiles.
292
293 =item *
294
295 Run the tests for the package.
296
297 =item *
298
299 Run the tests in F<t/porting>.
300
301 =item *
302
303 Update the C<DISTRIBUTION> entry in F<Porting/Maintainers.pl>.
304
305 =item *
306
307 Run a full configure/build/test cycle.
308
309 =item *
310
311 If everything is ok, commit the changes.
312
313 =back
314
315 For entries with a non-simple C<FILES> section, or with a C<MAP>, you
316 may have to take more steps than listed above.
317
318 F<Porting/sync-with-cpan> is a script that automates most of the steps
319 above; but see the comments at the beginning of the file.  In particular,
320 it has not yet been exercised on Windows, but will certainly require a set
321 of Unix tools such as Cygwin, and steps that run C<make> will need to run
322 C<nmake> instead.
323
324
325 =head3 dual-life CPAN module stability
326
327 Ensure dual-life CPAN modules are stable, which comes down to:
328
329     for each module that fails its regression tests on $current
330         did it fail identically on $previous?
331         if yes, "SEP" (Somebody Else's Problem)
332         else work out why it failed (a bisect is useful for this)
333
334     attempt to group failure causes
335
336     for each failure cause
337         is that a regression?
338         if yes, figure out how to fix it
339             (more code? revert the code that broke it)
340         else
341             (presumably) it's relying on something un-or-under-documented
342             should the existing behaviour stay?
343                 yes - goto "regression"
344                 no - note it in perldelta as a significant bugfix
345                 (also, try to inform the module's author)
346
347
348 =head3 monitor smoke tests for failures
349
350 Similarly, monitor the smoking of core tests, and try to fix.  See
351 L<http://doc.procura.nl/smoke/index.html> and L<http://perl5.test-smoke.org/>
352 for a summary. See also
353 L<http://www.nntp.perl.org/group/perl.daily-build.reports/> which has
354 the raw reports.
355
356 Similarly, monitor the smoking of perl for compiler warnings, and try to
357 fix.
358
359
360 =head3 update perldelta
361
362 Get perldelta in a mostly finished state.
363
364 Read  F<Porting/how_to_write_a_perldelta.pod>, and try to make sure that
365 every section it lists is, if necessary, populated and complete. Copy
366 edit the whole document.
367
368 You won't be able to automatically fill in the "Updated Modules" section until
369 after Module::CoreList is updated (as described below in
370 L<"update Module::CoreList">).
371
372 =head3 Bump the version number
373
374 Do not do this yet for a BLEAD-POINT release! You will do this at the end of
375 the release process.
376
377 Increase the version number (e.g. from 5.12.0 to 5.12.1).
378
379 For a release candidate for a stable perl, this should happen a week or two
380 before the first release candidate to allow sufficient time for testing and
381 smoking with the target version built into the perl executable. For
382 subsequent release candidates and the final release, it is not necessary to
383 bump the version further.
384
385 There is a tool to semi-automate this process:
386
387      $ ./perl -Ilib Porting/bump-perl-version -i 5.10.0 5.10.1
388
389 Remember that this tool is largely just grepping for '5.10.0' or whatever,
390 so it will generate false positives. Be careful not change text like
391 "this was fixed in 5.10.0"!
392
393 Use git status and git diff to select changes you want to keep.
394
395 Be particularly careful with F<INSTALL>, which contains a mixture of
396 C<5.10.0>-type strings, some of which need bumping on every release, and
397 some of which need to be left unchanged.
398 The line in F<INSTALL> about "is binary incompatible with" requires a
399 correct choice of earlier version to declare incompatibility with.
400
401 When doing a BLEAD-POINT or BLEAD-FINAL release, also make sure the
402 C<PERL_API_*> constants in F<patchlevel.h> are in sync with the version
403 you're releasing, unless you're
404 absolutely sure the release you're about to make is 100% binary compatible
405 to an earlier release. When releasing a MAINT perl version, the C<PERL_API_*>
406 constants C<MUST NOT> be changed as we aim to guarantee binary compatibility
407 in maint branches.
408
409 After editing, regenerate uconfig.h (this must be run on a system with a
410 /bin/sh available):
411
412     $ perl regen/uconfig_h.pl
413
414 This might not cause any new changes.
415
416 Test your changes:
417
418     $ git clean -xdf   # careful if you don't have local files to keep!
419     $ ./Configure -des -Dusedevel
420     $ make
421     $ make test
422
423 Commit your changes:
424
425     $ git status
426     $ git diff
427     B<review the delta carefully>
428
429     $ git commit -a -m 'Bump the perl version in various places for 5.x.y'
430
431 At this point you may want to compare the commit with a previous bump to
432 see if they look similar.  See commit 0e79a3d1bc for an example of a
433 previous version bump.
434
435 When the version number is bumped, you should also update Module::CoreList
436 (as described below in L<"update Module::CoreList">) to reflect the new
437 version number.
438
439
440 =head3 update INSTALL
441
442 Review and update INSTALL to account for the change in version number;
443 in particular, the "Coexistence with earlier versions of perl 5" section.
444
445 Be particularly careful with the section "Upgrading from 5.X.Y or earlier".
446 The "X.Y" needs to be changed to the most recent version that we are
447 I<not> binary compatible with.
448
449 For MAINT and BLEAD-FINAL releases, this needs to refer to the last
450 release in the previous development cycle (so for example, for a 5.14.x
451 release, this would be 5.13.11).
452
453 For BLEAD-POINT releases, it needs to refer to the previous BLEAD-POINT
454 release (so for 5.15.3 this would be 5.15.2).
455
456 =head3 Check more build configurations
457
458 Try running the full test suite against multiple Perl configurations. Here are
459 some sets of Configure flags you can try:
460
461 =over 4
462
463 =item *
464
465 C<-Duseshrplib -Dusesitecustomize>
466
467 =item *
468
469 C<-Duserelocatableinc>
470
471 =item *
472
473 C<-Dusethreads>
474
475 =back
476
477 If you have multiple compilers on your machine, you might also consider
478 compiling with C<-Dcc=$other_compiler>.
479
480 =head3 update perlport
481
482 L<perlport> has a section currently named I<Supported Platforms> that
483 indicates which platforms are known to build in the current release.
484 If necessary update the list and the indicated version number.
485
486 =head3 check a readonly build
487
488 Even before other prep work, follow the steps in  L<build the tarball> and test
489 it locally.  Because a perl source tarballs sets many files read-only, it could
490 test differently than tests run from the repository.  After you're sure
491 permissions aren't a problem, delete the generated directory and tarballs.
492
493
494 =head2 Building a release - on the day
495
496 This section describes the actions required to make a release
497 that are performed near to, or on the actual release day.
498
499
500 =head3 re-check earlier actions
501
502 Review all the actions in the previous section,
503 L<"Building a release - advance actions"> to ensure they are all done and
504 up-to-date.
505
506
507 =head3 create a release branch
508
509 For BLEAD-POINT releases, making a release from a release branch avoids the
510 need to freeze blead during the release. This is less important for
511 BLEAD-FINAL, MAINT, and RC releases, since blead will already be frozen in
512 those cases. Create the branch by running
513
514   git checkout -b release-5.xx.yy
515
516
517 =head3 build a clean perl
518
519 Make sure you have a gitwise-clean perl directory (no modified files,
520 unpushed commits etc):
521
522     $ git status
523     $ git clean -dxf
524
525 then configure and build perl so that you have a Makefile and porting tools:
526
527     $ ./Configure -Dusedevel -des && make
528
529 =head3 update Module::CoreList
530
531 Update C<Module::CoreList> with module version data for the new release.
532
533 Note that if this is a MAINT release, you should run the following actions
534 from the maint branch, but commit the C<CoreList.pm> changes in
535 I<blead> and subsequently cherry-pick any releases since the last
536 maint release and then your recent commit.  XXX need a better example
537
538 [ Note that the procedure for handling Module::CoreList in maint branches
539 is a bit complex, and the RMG currently don't describe a full and
540 workable approach. The main issue is keeping Module::CoreList
541 and its version number synchronised across all maint branches, blead and
542 CPAN, while having to bump its version number for every RC release.
543 See this brief p5p thread:
544
545     Message-ID: <20130311174402.GZ2294@iabyn.com>
546
547 If you can devise a workable system, feel free to try it out, and to
548 update the RMG accordingly!
549
550 DAPM May 2013 ]
551
552
553 F<corelist.pl> uses ftp.funet.fi to verify information about dual-lived
554 modules on CPAN. It can use a full, local CPAN mirror and/or fall back
555 on HTTP::Tiny to fetch package metadata remotely.
556
557 (If you'd prefer to have a full CPAN mirror, see
558 http://www.cpan.org/misc/cpan-faq.html#How_mirror_CPAN)
559
560 Then change to your perl checkout, and if necessary,
561
562     $ make
563
564 Before updating Module::CoreList, first edit
565 F<dist/Module-CoreList/lib/Module/CoreList.pm> and delete any existing
566 entries for this version from the C<%released> and C<%version> hashes:
567 they will have a key like C<5.010001> for 5.10.1.
568
569 XXX the edit-in-place functionality of Porting/corelist.pl should
570 be fixed to handle this automatically.
571
572 Then, If you have a local CPAN mirror, run:
573
574     $ ./perl -Ilib Porting/corelist.pl ~/my-cpan-mirror
575
576 Otherwise, run:
577
578     $ ./perl -Ilib Porting/corelist.pl cpan
579
580 This will chug for a while, possibly reporting various warnings about
581 badly-indexed CPAN modules unrelated to the modules actually in core.
582 Assuming all goes well, it will update
583 F<dist/Module-CoreList/lib/Module/CoreList.pm>.
584
585 Check that file over carefully:
586
587     $ git diff dist/Module-CoreList/lib/Module/CoreList.pm
588
589 XXX I'm not sure if this updates Module::CoreList::Utils, so double
590 check that file carefully.
591
592 =head4 Bump C<$Module::CoreList::VERSION>
593
594 If necessary, bump C<$Module::CoreList::VERSION> (there's no need to do this for
595 every RC; in RC1, bump the version to a new clean number that will
596 appear in the final release, and leave as-is for the later RCs and final).
597 It may also happen that C<Module::CoreList> has been modified in blead, and
598 hence has a new version number already.  (But make sure it is not the same
599 number as a CPAN release.)
600
601 Edit the version number in the new C<< 'Module::CoreList' => 'X.YZ' >>
602 entry, as that is likely to reflect the previous version number.
603
604 =head4 Bump C<$Module::CoreList::TieHashDelta::VERSION>
605
606 C<$Module::CoreList::TieHashDelta::VERSION> should always be equal to
607 C<$Module::CoreList::VERSION>. Make sure the two versions match before
608 proceeding.
609
610 Edit the version number in the new
611 C<< 'Module::CoreList::TieHashDelta' => 'X.YZ' >> entry, as that is likely to
612 reflect the previous version number.
613
614 =head4 Bump C<$Module::CoreList::Utils::VERSION>
615
616 C<$Module::CoreList::Utils::VERSION> should always be equal to
617 C<$Module::CoreList::VERSION>. Make sure the two versions match before
618 proceeding.
619
620 Edit the version number in the new
621 C<< 'Module::CoreList::Utils' => 'X.YZ' >> entry, as that is likely to
622 reflect the previous version number.
623
624 =head4 Bump version in Module::CoreList F<Changes>
625
626 Also edit Module::CoreList's new version number in its F<Changes>
627 file.
628
629 =head4 Add Module::CoreList version bump to perldelta
630
631 Add a perldelta entry for the new Module::CoreList version.
632
633 =for checklist skip RC
634
635 =head4 Update C<%Module::CoreList::released> and C<CAVEATS>
636
637 In addition, if this is a final release (rather than a release candidate):
638
639 =over 4
640
641 =item *
642
643 Update this version's entry in the C<%released> hash with today's date.
644
645 =item *
646
647 Make sure that the script has correctly updated the C<CAVEATS> section
648 (Note, the C<CAVEATS> section is in
649 F<dist/Module-CoreList/lib/Module/CoreList.pod>)
650
651 =back
652
653 =head4 Commit Module::CoreList changes
654
655 Finally, commit the new version of Module::CoreList:
656 (unless this is for MAINT; in which case commit it to blead first, then
657 cherry-pick it back).
658
659     $ git commit -m 'Update Module::CoreList for 5.x.y' dist/Module-CoreList/lib/Module/CoreList.pm dist/Module-CoreList/lib/Module/CoreList.pod
660
661 =head4 Rebuild and test
662
663 Build and test to get the changes into the currently built lib directory and to ensure
664 all tests are passing.
665
666 =head3 finalize perldelta
667
668 Finalize the perldelta.  In particular, fill in the Acknowledgements
669 section, which can be generated with something like:
670
671   $ perl Porting/acknowledgements.pl v5.15.0..HEAD
672
673 Fill in the "Updated Modules" section now that Module::CoreList is updated.
674
675 Re-read the perldelta to try to find any embarrassing typos and thinkos;
676 remove any C<TODO> or C<XXX> flags; update the "Known Problems" section
677 with any serious issues for which fixes are not going to happen now; and
678 run through pod and spell checkers, e.g.
679
680     $ podchecker -warnings -warnings pod/perldelta.pod
681     $ spell pod/perldelta.pod
682
683 Also, you may want to generate and view an HTML version of it to check
684 formatting, e.g.
685
686     $ ./perl -Ilib ext/Pod-Html/bin/pod2html pod/perldelta.pod > /tmp/perldelta.html
687
688 Another good HTML preview option is http://search.cpan.org/pod2html
689
690 If you make changes, be sure to commit them.
691
692 =for checklist skip BLEAD-POINT MAINT RC
693
694 =head3 remove stale perldeltas
695
696 For the first RC release that is ONLY for a BLEAD-FINAL, the perldeltas
697 from the BLEAD-POINT releases since the previous BLEAD_FINAL should have
698 now been consolidated into the current perldelta, and hence are now just
699 useless clutter.  They can be removed using:
700
701     $ git rm <file1> <file2> ...
702
703 For example, for RC0 of 5.16.0:
704
705     $ cd pod
706     $ git rm perldelta515*.pod
707
708 =for checklist skip BLEAD BLEAD-POINT
709
710 =head3 add recent perldeltas
711
712 For the first RC for a MAINT release, copy in any recent perldeltas from
713 blead that have been added since the last release on this branch. This
714 should include any recent maint releases on branches older than your one,
715 but not newer. For example if you're producing a 5.14.x release, copy any
716 perldeltas from recent 5.10.x, 5.12.x etc maint releases, but not from
717 5.16.x or higher. Remember to
718
719     $ git add <file1> <file2> ...
720
721 =head3 update and commit perldelta files
722
723 If you have added or removed any perldelta files via the previous two
724 steps, then edit F<pod/perl.pod> to add/remove them from its table of
725 contents, then run F<Porting/pod_rules.pl> to propagate your changes there
726 into all the other files that mention them (including F<MANIFEST>). You'll
727 need to C<git add> the files that it changes.
728
729 Then build a clean perl and do a full test
730
731     $ git status
732     $ git clean -dxf
733     $ ./Configure -Dusedevel -des
734     $ make
735     $ make test
736
737 Once all tests pass, commit your changes.
738
739 =head3 build a clean perl
740
741 If you skipped the previous step (adding/removing perldeltas),
742 again, make sure you have a gitwise-clean perl directory (no modified files,
743 unpushed commits etc):
744
745     $ git status
746     $ git clean -dxf
747
748 then configure and build perl so that you have a Makefile and porting tools:
749
750     $ ./Configure -Dusedevel -des && make
751
752 =for checklist skip BLEAD BLEAD-POINT
753
754 =head3 synchronise from blead's perlhist.pod
755
756 For the first RC for a MAINT release, copy in the latest
757 F<pod/perlhist.pod> from blead; this will include details of newer
758 releases in all branches. In theory, blead's version should be a strict
759 superset of the one in this branch, but it's probably safest to diff them
760 first to ensure that there's nothing in this branch that was forgotten
761 from blead:
762
763     $ diff pod/perlhist.pod ..../blead/pod/perlhist.pod
764     $ cp  ..../blead/pod/perlhist.pod pod/
765     $ git commit -m 'sync perlhist from blead' pod/perlhist.pod
766
767 =for checklist skip RC
768
769 =head3 update perlhist.pod
770
771 I<You MUST SKIP this step for a RC release>
772
773 Add an entry to F<pod/perlhist.pod> with the release date, e.g.:
774
775     David    5.10.1       2009-Aug-06
776
777 Make sure that the correct pumpking is listed in the left-hand column, and
778 if this is the first release under the stewardship of a new pumpking, make
779 sure that his or her name is listed in the section entitled
780 C<THE KEEPERS OF THE PUMPKIN>.
781
782 I<If you're making a BLEAD-FINAL release>, also update the "SELECTED
783 RELEASE SIZES" section with the output of
784 F<Porting/perlhist_calculate.pl>.
785
786 Be sure to commit your changes:
787
788     $ git commit -m 'add new release to perlhist' pod/perlhist.pod
789
790 =for checklist skip BLEAD-POINT
791
792 =head3 update patchlevel.h
793
794 I<You MUST SKIP this step for a BLEAD-POINT release>
795
796 Update F<patchlevel.h> to add a C<-RC1>-or-whatever string; or, if this is
797 a final release, remove it. For example:
798
799      static const char * const local_patches[] = {
800              NULL
801     +        ,"RC1"
802              PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
803
804 Be sure to commit your change:
805
806     $ git commit -m 'bump version to RCnnn' patchlevel.h
807
808 =head3 run makemeta to update META files
809
810     $ ./perl -Ilib Porting/makemeta
811
812 Be sure to commit any changes (if applicable):
813
814     $ git status   # any changes?
815     $ git commit -m 'Update META files' META.*
816
817 =head3 build, test and check a fresh perl
818
819 Build perl, then make sure it passes its own test suite, and installs:
820
821     $ git clean -xdf
822     $ ./Configure -des -Dprefix=/tmp/perl-5.x.y-pretest
823
824     # or if it's an odd-numbered version:
825     $ ./Configure -des -Dusedevel -Dprefix=/tmp/perl-5.x.y-pretest
826
827     $ make test install
828
829 Check that the output of C</tmp/perl-5.x.y-pretest/bin/perl -v> and
830 C</tmp/perl-5.x.y-pretest/bin/perl -V> are as expected,
831 especially as regards version numbers, patch and/or RC levels, and @INC
832 paths. Note that as they have been built from a git working
833 directory, they will still identify themselves using git tags and
834 commits. (Note that for an odd-numbered version, perl will install
835 itself as C<perl5.x.y>). C<perl -v> will identify itself as:
836
837  This is perl 5, version X, subversion Y (v5.X.Y (v5.X.Z-NNN-gdeadbeef))
838
839 where 5.X.Z is the latest tag, NNN the number of commits since this tag,
840 and C<< deadbeef >> commit of that tag.
841
842 Then delete the temporary installation.
843
844 =head3 create the release tag
845
846 Create the tag identifying this release (e.g.):
847
848     $ git tag v5.11.0 -m "First release of the v5.11 series!"
849
850 It is B<VERY> important that from this point forward, you not push
851 your git changes to the Perl master repository.  If anything goes
852 wrong before you publish your newly-created tag, you can delete
853 and recreate it.  Once you push your tag, we're stuck with it
854 and you'll need to use a new version number for your release.
855
856
857 =head3 build the tarball
858
859 Before you run the following, you might want to install 7-Zip (the
860 C<p7zip-full> package under Debian or the C<p7zip> port on MacPorts) or
861 the AdvanceCOMP suite (e.g. the C<advancecomp> package under Debian,
862 or the C<advancecomp> port on macports - 7-Zip on Windows is the
863 same code as AdvanceCOMP, so Windows users get the smallest files
864 first time). These compress about 5% smaller than gzip and bzip2.
865 Over the lifetime of your distribution this will save a lot of
866 people a small amount of download time and disk space, which adds
867 up.
868
869 Create a tarball. Use the C<-s> option to specify a suitable suffix for
870 the tarball and directory name:
871
872     $ cd root/of/perl/tree
873     $ make distclean
874     $ git clean -xdf            # make sure perl and git agree on files
875     $ git status                # and there's nothing lying around
876
877     $ perl Porting/makerel -b -s RC1            # for a release candidate
878     $ perl Porting/makerel -b                   # for a final release
879
880 This creates the  directory F<../perl-x.y.z-RC1> or similar, copies all
881 the MANIFEST files into it, sets the correct permissions on them,
882 adds DOS line endings to some, then tars it up as
883 F<../perl-x.y.z-RC1.tar.gz>. With C<-b>, it also creates a C<tar.bz2> file.
884
885 If you're getting your tarball suffixed with -uncommitted and you're sure
886 your changes were all committed, you can override the suffix with:
887
888     $ perl Porting/makerel -b -s ''
889
890 XXX if we go for extra tags and branches stuff, then add the extra details
891 here
892
893 Finally, clean up the temporary directory, e.g.
894
895     $ rm -rf ../perl-x.y.z-RC1
896
897
898 =head3 test the tarball
899
900 Once you have a tarball it's time to test the tarball (not the repository).
901
902 =head4 Copy the tarball to a web server
903
904 Copy the tarballs (.gz and possibly .bz2) to a web server somewhere you
905 have access to.
906
907 =head4 Download the tarball to another machine
908
909 Download the tarball to some other machine. For a release candidate,
910 you really want to test your tarball on two or more different platforms
911 and architectures. The #p5p IRC channel on irc.perl.org is a good place
912 to find willing victims.
913
914 =head4 Check that F<Configure> works
915
916 Check that basic configuration and tests work on each test machine:
917
918     $ ./Configure -des && make all test
919
920 =head4 Run the test harness and install
921
922 Check that the test harness and install work on each test machine:
923
924     $ make distclean
925     $ ./Configure -des -Dprefix=/install/path && make all test_harness install
926     $ cd /install/path
927
928 =head4 Check C<perl -v> and C<perl -V>
929
930 Check that the output of C<perl -v> and C<perl -V> are as expected,
931 especially as regards version numbers, patch and/or RC levels, and @INC
932 paths.
933
934 Note that the results may be different without a F<.git/> directory,
935 which is why you should test from the tarball.
936
937 =head4 Run the Installation Verification Procedure utility
938
939     $ ./perl utils/perlivp
940     ...
941     All tests successful.
942     $
943
944 =head4 Compare the installed paths to the last release
945
946 Compare the pathnames of all installed files with those of the previous
947 release (i.e. against the last installed tarball on this branch which you
948 have previously verified using this same procedure). In particular, look
949 for files in the wrong place, or files no longer included which should be.
950 For example, suppose the about-to-be-released version is 5.10.1 and the
951 previous is 5.10.0:
952
953     cd installdir-5.10.0/
954     find . -type f | perl -pe's/5\.10\.0/5.10.1/g' | sort > /tmp/f1
955     cd installdir-5.10.1/
956     find . -type f | sort > /tmp/f2
957     diff -u /tmp/f[12]
958
959 =head4 Bootstrap the CPAN client
960
961 Bootstrap the CPAN client on the clean install:
962
963     $ bin/cpan
964
965 =head4 Install the Inline module with CPAN and test it
966
967 Try installing a popular CPAN module that's reasonably complex and that
968 has dependencies; for example:
969
970     CPAN> install Inline
971     CPAN> quit
972
973 Check that your perl can run this:
974
975     $ bin/perl -lwe "use Inline C => q[int f() { return 42;}]; print f"
976     42
977     $
978
979 =head4 Make sure that perlbug works
980
981 Test L<perlbug> with the following:
982
983     $ bin/perlbug
984     ...
985     Subject: test bug report
986     Local perl administrator [yourself]:
987     Editor [vi]:
988     Module:
989     Category [core]:
990     Severity [low]:
991     (edit report)
992     Action (Send/Display/Edit/Subject/Save to File): f
993     Name of file to save message in [perlbug.rep]:
994     Action (Send/Display/Edit/Subject/Save to File): q
995
996 and carefully examine the output (in F<perlbug.rep]>), especially
997 the "Locally applied patches" section. If everything appears okay, then
998 delete the file, and try it again, this time actually submitting the bug
999 report. Check that it shows up, then remember to close it!
1000
1001 =for checklist skip BLEAD-POINT
1002
1003 =head3 monitor smokes
1004
1005 XXX This is probably irrelevant if working on a release branch, though
1006 MAINT or RC might want to push a smoke branch and wait.
1007
1008 Wait for the smoke tests to catch up with the commit which this release is
1009 based on (or at least the last commit of any consequence).
1010
1011 Then check that the smoke tests pass (particularly on Win32). If not, go
1012 back and fix things.
1013
1014 Note that for I<BLEAD-POINT> releases this may not be practical. It takes a
1015 long time for the smokers to catch up, especially the Win32
1016 smokers. This is why we have a RC cycle for I<MAINT> and I<BLEAD-FINAL>
1017 releases, but for I<BLEAD-POINT> releases sometimes the best you can do is
1018 to plead with people on IRC to test stuff on their platforms, fire away,
1019 and then hope for the best.
1020
1021
1022 =head3 upload to PAUSE
1023
1024 Once smoking is okay, upload it to PAUSE. This is the point of no return.
1025 If anything goes wrong after this point, you will need to re-prepare
1026 a new release with a new minor version or RC number.
1027
1028     https://pause.perl.org/
1029
1030 (Login, then select 'Upload a file to CPAN')
1031
1032 If your workstation is not connected to a high-bandwidth,
1033 high-reliability connection to the Internet, you should probably use the
1034 "GET URL" feature (rather than "HTTP UPLOAD") to have PAUSE retrieve the
1035 new release from wherever you put it for testers to find it.  This will
1036 eliminate anxious gnashing of teeth while you wait to see if your
1037 15 megabyte HTTP upload successfully completes across your slow, twitchy
1038 cable modem.  You can make use of your home directory on dromedary for
1039 this purpose: F<http://users.perl5.git.perl.org/~USERNAME> maps to
1040 F</home/USERNAME/public_html>, where F<USERNAME> is your login account
1041 on dromedary.  I<Remember>: if your upload is partially successful, you
1042 may need to contact a PAUSE administrator or even bump the version of perl.
1043
1044 Upload both the .gz and .bz2 versions of the tarball.
1045
1046 Do not proceed any further until you are sure that your tarballs are on CPAN.
1047 Check your authors directory www.cpan.org (the globally balanced "fast"
1048 mirror) to confirm that your uploads have been successful.
1049
1050 =for checklist skip RC BLEAD-POINT
1051
1052 =head3 wait for indexing
1053
1054 I<You MUST SKIP this step for RC and BLEAD-POINT>
1055
1056 Wait until you receive notification emails from the PAUSE indexer
1057 confirming that your uploads have been received.  IMPORTANT -- you will
1058 probably get an email that indexing has failed, due to module permissions.
1059 This is considered normal.
1060
1061 =for checklist skip BLEAD-POINT
1062
1063 =head3 disarm patchlevel.h
1064
1065 I<You MUST SKIP this step for BLEAD-POINT release>
1066
1067 Disarm the F<patchlevel.h> change; for example,
1068
1069      static const char * const local_patches[] = {
1070              NULL
1071     -        ,"RC1"
1072              PERL_GIT_UNPUSHED_COMMITS /* do not remove this line */
1073
1074 Be sure to commit your change:
1075
1076     $ git commit -m 'disarm RCnnn bump' patchlevel.h
1077
1078 =head3 announce to p5p
1079
1080 Mail p5p to announce your new release, with a quote you prepared earlier.
1081
1082 Use the template at Porting/release_announcement_template.txt
1083
1084 Send a carbon copy to C<noc@metacpan.org>
1085
1086 =head3 merge release branch back to blead
1087
1088 Merge the (local) release branch back into master now, and delete it.
1089
1090   git checkout blead
1091   git pull
1092   git merge release-5.xx.yy
1093   git push
1094   git branch -d release-5.xx.yy
1095
1096 =head3 publish the release tag
1097
1098 Now that you've shipped the new perl release to PAUSE and pushed your changes
1099 to the Perl master repository, it's time to publish the tag you created
1100 earlier too (e.g.):
1101
1102     $ git push origin tag v5.11.0
1103
1104 =head3 update epigraphs.pod
1105
1106 Add your quote to F<Porting/epigraphs.pod> and commit it.
1107 Your release announcement will probably not have reached the web-visible
1108 archives yet, so you won't be able to include the customary link to the
1109 release announcement yet.
1110
1111 =head3 blog about your epigraph
1112
1113 If you have a blog, please consider writing an entry in your blog explaining
1114 why you chose that particular quote for your epigraph.
1115
1116 =for checklist skip RC
1117
1118 =head3 Module::CoreList nagging
1119
1120 I<You MUST SKIP this step for RC>
1121
1122 Remind the current maintainer of C<Module::CoreList> to push a new release
1123 to CPAN.
1124
1125 =for checklist skip RC
1126
1127 =head3 new perldelta
1128
1129 I<You MUST SKIP this step for RC>
1130
1131 Create a new perldelta.
1132
1133 =over 4
1134
1135 =item *
1136
1137 Confirm that you have a clean checkout with no local changes.
1138
1139 =item *
1140
1141 Run F<Porting/new-perldelta.pl>
1142
1143 =item *
1144
1145 Run the C<git add> commands it outputs to add new and modified files.
1146
1147 =item *
1148
1149 Verify that the build still works, by running C<./Configure> and
1150 C<make test_porting>. (On Win32 use the appropriate make utility).
1151
1152 =item *
1153
1154 If F<t/porting/podcheck.t> spots errors in the new F<pod/perldelta.pod>,
1155 run C<./perl -MTestInit t/porting/podcheck.t | less> for more detail.
1156 Skip to the end of its test output to see the options it offers you.
1157
1158 =item *
1159
1160 When C<make test_porting> passes, commit the new perldelta.
1161
1162 =back
1163
1164 At this point you may want to compare the commit with a previous bump to
1165 see if they look similar.  See commit 4eabcf701b for an example of a
1166 previous version bump.
1167
1168 =for checklist skip MAINT RC
1169
1170 =head3 bump version
1171
1172 I<You MUST SKIP this step for RC and MAINT>
1173
1174 If this was a BLEAD-FINAL release (i.e. the first release of a new maint
1175 series, 5.x.0 where x is even), then bump the version in the blead branch
1176 in git, e.g. 5.12.0 to 5.13.0.
1177
1178 First, add a new feature bundle to F<regen/feature.pl>, initially by just
1179 copying the exiting entry, and bump the file's $VERSION (after the __END__
1180 marker); e.g.
1181
1182          "5.14" => [qw(switch say state unicode_strings)],
1183     +    "5.15" => [qw(switch say state unicode_strings)],
1184
1185 Run F<regen/feature.pl> to propagate the changes to F<lib/feature.pm>.
1186
1187 Then follow the section L<"Bump the version number"> to bump the version
1188 in the remaining files and test and commit.
1189
1190 If this was a BLEAD-POINT release, then just follow the section
1191 L<"Bump the version number">.
1192
1193 After bumping the version, follow the section L<"update INSTALL"> to
1194 ensure all version number references are correct.
1195
1196 =head3 clean build and test
1197
1198 Run a clean build and test to make sure nothing obvious is broken.
1199
1200 In particular, F<Porting/perldelta_template.pod> is intentionally exempted
1201 from podchecker tests, to avoid false positives about placeholder text.
1202 However, once it's copied to F<pod/perldelta.pod> the contents can now
1203 cause test failures. Problems should resolved by doing one of the
1204 following:
1205
1206 =over
1207
1208 =item 1
1209
1210 Replace placeholder text with correct text.
1211
1212 =item 2
1213
1214 If the problem is from a broken placeholder link, you can add it to the
1215 array C<@perldelta_ignore_links> in F<t/porting/podcheck.t>.  Lines
1216 containing such links should be marked with C<XXX> so that they get
1217 cleaned up before the next release.
1218
1219 =item 3
1220
1221 Following the instructions output by F<t/porting/podcheck.t> on how to
1222 update its exceptions database.
1223
1224 =back
1225
1226 =head3 push commits
1227
1228 Finally, push any commits done above.
1229
1230     $ git push origin ....
1231
1232 =for checklist skip BLEAD-POINT MAINT RC
1233
1234 =head3 create maint branch
1235
1236 I<You MUST SKIP this step for RC, BLEAD-POINT, MAINT>
1237
1238 If this was a BLEAD-FINAL release (i.e. the first release of a new maint
1239 series, 5.x.0 where x is even), then create a new maint branch based on
1240 the commit tagged as the current release.
1241
1242 Assuming you're using git 1.7.x or newer:
1243
1244     $ git checkout -b maint-5.12 v5.12.0
1245     $ git push origin -u maint-5.12
1246
1247
1248 =for checklist skip BLEAD-POINT MAINT RC
1249
1250 =head3 make the maint branch available in the APC
1251
1252 Clone the new branch into /srv/gitcommon/branches on camel so the APC will
1253 receive its changes.
1254
1255     $ git clone --branch maint-5.14 /gitroot/perl.git \
1256     ?  /srv/gitcommon/branches/perl-5.14.x
1257     $ chmod -R g=u /srv/gitcommon/branches/perl-5.14.x
1258
1259 And nag the sysadmins to make this directory available via rsync.
1260
1261 XXX Who are the sysadmins?  Contact info?
1262
1263 =for checklist skip BLEAD-POINT RC
1264
1265 =head3 copy perldelta.pod to blead
1266
1267 I<You MUST SKIP this step for RC, BLEAD-POINT>
1268
1269 Copy the perldelta.pod for this release into blead; for example:
1270
1271     $ cd ..../blead
1272     $ cp -i ../5.10.x/pod/perldelta.pod pod/perl5101delta.pod    # for example
1273     $ git add pod/perl5101delta.pod
1274
1275 Edit F<pod/perl.pod> to add an entry for the file, e.g.:
1276
1277     perl5101delta               Perl changes in version 5.10.1
1278
1279 Then rebuild various files:
1280
1281     $ perl Porting/pod_rules.pl
1282
1283 Finally, commit and push:
1284
1285     $ git commit -a -m 'add perlXXXdelta'
1286     $ git push origin ....
1287
1288 =head3 copy perlhist.pod entries to blead
1289
1290 XXX probably irrelevant for BLEAD-POINT
1291
1292 Make sure any recent F<pod/perlhist.pod> entries are copied to
1293 F<perlhist.pod> on blead.  e.g.
1294
1295           5.8.9         2008-Dec-14
1296
1297
1298 =head3 bump RT version number
1299
1300 Log into http://rt.perl.org/ and check whether the new version is in the RT
1301 fields C<Perl Version> and C<Fixed In>. The easiest way to determine this is to
1302 open up any ticket for modification and check the drop downs next to the
1303 C<Perl Version> and C<Fixed In> labels.
1304
1305 If the new version is not listed there, send an email to C<perlbug-admin at
1306 perl.org> requesting this.
1307
1308 =head3 Relax!
1309
1310 I<You MUST RETIRE to your preferred PUB, CAFE or SEASIDE VILLA for some
1311 much-needed rest and relaxation>.
1312
1313 Thanks for releasing perl!
1314
1315
1316 =head2 Building a release - the day after
1317
1318 =head3 link announcement in epigraphs.pod
1319
1320 Add, to your quote to F<Porting/epigraphs.pod>, a link to the release
1321 announcement in the web-visible mailing list archive.  Commit it.
1322
1323 =head3 Update Module::CoreList
1324
1325 XXX -- experimental in response to [perl #118195]
1326
1327 I<After a BLEAD-POINT release only>
1328
1329 After Module::CoreList has shipped to CPAN by the maintainer, update
1330 Module::CoreList in the source so that it reflects the new blead
1331 version number.
1332
1333 =head3 check tarball availability
1334
1335 Check various website entries to make sure the that tarball has appeared
1336 and is properly indexed:
1337
1338 =over 4
1339
1340 =item *
1341
1342 Check your author directory under L<http://www.cpan.org/authors/id/>
1343 to ensure that the tarballs are available on the website.
1344
1345 =item *
1346
1347 Check C</src> on CPAN (on a fast mirror) to ensure that links to
1348 the new tarballs have appeared.  There should be links in C</src/5.0>
1349 (which is accumulating all new versions), and an appropriate mention in
1350 C</src/README.html> (which describes the latest versions in each branch,
1351 with links). BLEAD-POINT releases will not be mentioned.
1352
1353 The C</src/5.0> links should appear automatically, some hours after upload.
1354 If they don't, or the C</src> description is inadequate,
1355 ask Ask <ask@perl.org>.
1356
1357 =item *
1358
1359 Check L<http://www.cpan.org/src/> to ensure that the C</src> updates
1360 have been correctly mirrored to the website.
1361 If they haven't, ask Ask <ask@perl.org>.
1362
1363 =item *
1364
1365 Check L<http://search.cpan.org> to see if it has indexed the distribution.
1366 It should be visible at a URL like C<http://search.cpan.org/dist/perl-5.10.1/>.
1367
1368 =back
1369
1370 =for checklist skip RC
1371
1372 =head3 update dev.perl.org
1373
1374 I<You MUST SKIP this step for a RC release>
1375
1376 In your C<perlweb> repository, link to the new release.  For a new
1377 latest-maint release, edit F<docs/shared/tpl/stats.html>.  Otherwise,
1378 edit F<docs/dev/perl5/index.html>.
1379
1380 Then make a pull request to Leo Lapworth.  If this fails for some reason
1381 and you cannot cajole anybody else into submitting that change, you can
1382 mail Leo as last resort.
1383
1384 This repository can be found on L<github|https://github.com/perlorg/perlweb>.
1385
1386 =head3 update release manager's guide
1387
1388 Go over your notes from the release (you did take some, right?) and update
1389 F<Porting/release_managers_guide.pod> with any fixes or information that
1390 will make life easier for the next release manager.
1391
1392 =for checklist end
1393
1394 =head1 SOURCE
1395
1396 Based on
1397 http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2009-05/msg00608.html,
1398 plus a whole bunch of other sources, including private correspondence.
1399
1400 =cut
1401