Skip to content

Commit 8014831

Browse files
committed
Update release-process.md wrt. new bin/createReleaseEntry
1 parent 4050db6 commit 8014831

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/release-process.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,8 @@
322322
highlight the major important things (security fixes) and when it is
323323
important to upgrade.
324324
325-
* Call `php bin/createNewsEntry` in your local phpweb checkout.
326-
* Use the "frontpage" and "releases" category.
327-
* Add the content for the news entry.
325+
* Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
326+
local phpweb checkout.
328327
329328
7. Commit and push all the changes to their respective git repos
330329
@@ -364,8 +363,8 @@
364363
highlight the major important things (security fixes) and when it is
365364
important to upgrade.
366365
367-
* Call `php bin/createNewsEntry` in your local phpweb checkout.
368-
* Add the content for the news entry.
366+
* Call `php bin/createReleaseEntry -v <version> [ --security ]` in your
367+
local phpweb checkout.
369368
370369
4. Commit all the changes (`include/version.inc`, `archive/archive.xml`,
371370
`archive/entries/YYYY-MM-DD-N.xml`).

0 commit comments

Comments
 (0)