X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d5c37431deed6dedf93a85a51fd4124ff0997036..ef4474b5b7af564ed5f0979a4019b7fb79bb0233:/Porting/release_managers_guide.pod diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index ad4b2d7..3e72e18 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -829,7 +829,9 @@ Mail p5p to announce your new release, with a quote you prepared earlier. =head3 update epigraphs.pod Add your quote to F and commit it. - +Your release announcement will probably not have reached the web-visible +archives yet, so you won't be able to include the customary link to the +release announcement yet. =head3 Module::CoreList nagging @@ -938,9 +940,28 @@ Run a clean build and test to make sure nothing obvious is broken. In particular, F is intentionally exempted from podchecker tests, to avoid false positives about placeholder text. However, once it's copied to F the contents can now -cause test failures. Problems should resolved either by replacing placeholder -text with correct text, or following the instructions output by -F on how to update its exceptions database. +cause test failures. Problems should resolved by doing one of the +following: + +=over + +=item 1 + +Replace placeholder text with correct text. + +=item 2 + +If the problem is from a broken placeholder link, you can add it to the +array C<@perldelta_ignore_links> in F. Lines +containing such links should be marked with C so that they get +cleaned up before the next release. + +=item 3 + +Following the instructions output by F on how to +update its exceptions database. + +=back =head3 push commits @@ -1023,6 +1044,11 @@ Thanks for releasing perl! =head2 Building a release - the day after +=head3 link announcement in epigraphs.pod + +Add, to your quote to F, a link to the release +announcement in the web-visible mailing list archive. Commit it. + =head3 check tarball availability Check various website entries to make sure the that tarball has appeared @@ -1063,7 +1089,7 @@ It should be visible at a URL like C. =head3 update dev.perl.org -I +I Ask Leo Lapworth to update L.