Skip to content

Commit 9c6bda3

Browse files
committed
Merge branch 'PHP-7.4'
2 parents 825384c + 673a3ce commit 9c6bda3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release-process.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@
299299
300300
e.g. `ChangeLog-7.php` from the `NEWS` file
301301
302+
* You may want to try `php-web/bin/news2html` to automate this task.
303+
302304
* Go over the list and put every element on one line.
303305
* Check for `&`, `<` and `>` and escape them if necessary.
304306
* Remove all the names at the ends of lines.
@@ -314,13 +316,12 @@
314316
315317
V. `s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/`
316318
317-
* You may want to try `php-web/bin/news2html` to automate this task.
318-
319319
6. Add a short notice to phpweb stating that there is a new release, and
320320
highlight the major important things (security fixes) and when it is
321321
important to upgrade.
322322
323323
* Call `php bin/createNewsEntry` in your local phpweb checkout.
324+
* Use the "frontpage" and "releases" category.
324325
* Add the content for the news entry.
325326
326327
7. Commit and push all the changes to their respective git repos

0 commit comments

Comments
 (0)