Skip to content

Commit 673a3ce

Browse files
committed
Mention which categories to use for patch releases
1 parent 9e6d80d commit 673a3ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release-process.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,8 @@
297297
298298
e.g. `ChangeLog-7.php` from the `NEWS` file
299299
300+
* You may want to try `php-web/bin/news2html` to automate this task.
301+
300302
* Go over the list and put every element on one line.
301303
* Check for `&`, `<` and `>` and escape them if necessary.
302304
* Remove all the names at the ends of lines.
@@ -312,13 +314,12 @@
312314
313315
V. `s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/`
314316
315-
* You may want to try `php-web/bin/news2html` to automate this task.
316-
317317
6. Add a short notice to phpweb stating that there is a new release, and
318318
highlight the major important things (security fixes) and when it is
319319
important to upgrade.
320320
321321
* Call `php bin/createNewsEntry` in your local phpweb checkout.
322+
* Use the "frontpage" and "releases" category.
322323
* Add the content for the news entry.
323324
324325
7. Commit and push all the changes to their respective git repos

0 commit comments

Comments
 (0)