diff options
Diffstat (limited to 'README.RELEASE_PROCESS')
| -rw-r--r-- | README.RELEASE_PROCESS | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index 25f9ec115..d99c4ff38 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -210,6 +210,10 @@ f.e. ``ChangeLog-4.php`` from the NEWS file III. ``s/Fixed bug #\([0-9]\+\)/<?php bugfix(\1); ?>/`` + IV. ``s/Fixed PECL bug #\([0-9]\+\)/<?php peclbugfix(\1); ?>/`` + + V. ``s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/`` + 4. ``cp releases/4_4_0.php releases/4_4_1.php`` 5. ``cvs add releases/4_4_1.php`` @@ -248,9 +252,8 @@ number, and remove the RC from there. II. For PHP5: Set $CURRENT_QA_RELEASE_5 to false - Re-releasing the same version (or -pl) ------------------------------------- +-------------------------------------- 1. Commit the new binaries to ``phpweb/distributions/`` @@ -281,4 +284,3 @@ to upgrade. 5. Wait an hour or two, then send a mail to php-announce@lists.php.net, php-general@lists.php.net and internals@lists.php.net with a text similar to the news entry. - |
