summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-06-18 09:27:54 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-18 09:27:54 +0200
commit8014831a40d379de317559d06c9b7b31732d3fbe (patch)
tree4aa5f8ce71d462b908b99e2bb78eaf7ec20102a9 /docs
parent4050db614a5efb4e4b484d1cfef1a3db8fb74ee5 (diff)
downloadphp-git-8014831a40d379de317559d06c9b7b31732d3fbe.tar.gz
Update release-process.md wrt. new bin/createReleaseEntry
Diffstat (limited to 'docs')
-rw-r--r--docs/release-process.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/release-process.md b/docs/release-process.md
index 0555c6be87..dbdfe77abd 100644
--- a/docs/release-process.md
+++ b/docs/release-process.md
@@ -322,9 +322,8 @@
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.
+ * Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
+ local phpweb checkout.
7. Commit and push all the changes to their respective git repos
@@ -364,8 +363,8 @@
highlight the major important things (security fixes) and when it is
important to upgrade.
- * Call `php bin/createNewsEntry` in your local phpweb checkout.
- * Add the content for the news entry.
+ * Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
+ local phpweb checkout.
4. Commit all the changes (`include/version.inc`, `archive/archive.xml`,
`archive/entries/YYYY-MM-DD-N.xml`).