summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Rethans <github@derickrethans.nl>2020-03-20 09:31:46 +0000
committerDerick Rethans <github@derickrethans.nl>2020-03-20 09:31:46 +0000
commit9c6bda3027761fe09166748b885395bc9a9c4c16 (patch)
treeaf80a56e2d72bbb2ea54215d68474b6964a27046 /docs
parent825384c478a47fda8c3f26652aed1a9f7fc1ac84 (diff)
parent673a3ceaa23738349e7a9a05445a3741d41b075c (diff)
downloadphp-git-9c6bda3027761fe09166748b885395bc9a9c4c16.tar.gz
Merge branch 'PHP-7.4'
Diffstat (limited to 'docs')
-rw-r--r--docs/release-process.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/release-process.md b/docs/release-process.md
index 4d9780b464..d16d7ccb49 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -299,6 +299,8 @@
e.g. `ChangeLog-7.php` from the `NEWS` file
+ * You may want to try `php-web/bin/news2html` to automate this task.
+
* Go over the list and put every element on one line.
* Check for `&`, `<` and `>` and escape them if necessary.
* Remove all the names at the ends of lines.
@@ -314,13 +316,12 @@
V. `s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/`
- * You may want to try `php-web/bin/news2html` to automate this task.
-
6. Add a short notice to phpweb stating that there is a new release, and
highlight the major important things (security fixes) and when it is
important to upgrade.
* Call `php bin/createNewsEntry` in your local phpweb checkout.
+ * Use the "frontpage" and "releases" category.
* Add the content for the news entry.
7. Commit and push all the changes to their respective git repos