Hi, thanks for catching that, but:
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. cheers, Derick -- PHP 7.4 Release Manager Host of PHP Internals News: https://phpinternals.news Like Xdebug? Consider supporting me: https://xdebug.org/support https://derickrethans.nl | https://xdebug.org | https://dram.io twitter: @derickr and @xdebug -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
