Skip to content

Commit

Permalink
Update release-process.md wrt. new bin/createReleaseEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Jun 18, 2020
1 parent 4050db6 commit 8014831
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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`).
Expand Down

0 comments on commit 8014831

Please sign in to comment.