On 03.09.2020 at 12:32, Derick Rethans wrote: > thanks for catching that, but:
+1 > On Thu, 3 Sep 2020, Remi Collet wrote: > >> Diff: >> diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry >> index 89fa68e46..ede5d97cd 100755 >> --- a/bin/createReleaseEntry >> +++ b/bin/createReleaseEntry >> @@ -30,6 +30,8 @@ $security = isset($opts['security']) ? 'security' : 'bug >> fix'; >> >> // Create content. >> $template = <<<EOD >> +<h1>PHP $version Release Announcement</h1> > > If you add it here, it will also show up in > https://github.com/php/web-php/blob/master/archive/entries/2020-09-03-2.xml > where it shouldn't show up. Should be fixed with <https://github.com/php/web-php/commit/37f8312ca230ef4b414bb5e8aef386b9b83dae72>. -- Christoph M. Becker -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
