diff --git a/bin/createReleaseEntry b/bin/createReleaseEntry index ede5d97cd..03da512c2 100755 --- a/bin/createReleaseEntry +++ b/bin/createReleaseEntry @@ -30,8 +30,6 @@ $security = isset($opts['security']) ? 'security' : 'bug fix'; // Create content. $template = <<PHP $version Release Announcement -

The PHP development team announces the immediate availability of PHP $version. This is a $security release.

All PHP $branch users are encouraged to upgrade to this version.

@@ -61,6 +59,8 @@ if (isset($opts['r'])) { include_once __DIR__ . '/../include/prepend.inc'; site_header('PHP $version Release Announcement'); ?> +

PHP $version Release Announcement

+ $template