diff options
author | Johannes Schlüter <johannes@php.net> | 2009-06-10 18:15:22 +0000 |
---|---|---|
committer | Johannes Schlüter <johannes@php.net> | 2009-06-10 18:15:22 +0000 |
commit | 32f91ba38832fe0d2611aed467de8effa8c67931 (patch) | |
tree | af28d92f1758d5b4c023bf4670a08aa5fd7531e2 | |
parent | 1cc5bc31b957db2adc76130fad03f6427cfa0382 (diff) | |
download | php-git-32f91ba38832fe0d2611aed467de8effa8c67931.tar.gz |
MFH Hannes said this shall not be run for RCs
-rw-r--r-- | README.RELEASE_PROCESS | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index ed1b3f1b36..25f9ec1156 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -114,21 +114,17 @@ commit this. 1. Update in ``php-bugs-web/include/functions.inc`` the ``show_version_option`` function to include the new RC and commit. -2. Run the bumpRelease script for phpweb in your local checkout - - a. ``php bin/bumpRelease 5`` (or ``php bin/bumpRelease 4`` for PHP4) - -3. Update ``phpweb/include/version.inc`` (x=major version number) +2. Update ``phpweb/include/version.inc`` (x=major version number) a. ``$PHP_x_RC`` = "5.3.0RC1" b. ``$PHP_x_RC_DATE`` = "06 September 2007" -4. Commit those changes: +3. Commit those changes: a. ``cvs commit include/version.inc include/releases.inc`` -5. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the +4. For the first RC, write the doc team (phpdoc@lists.php.net) about updating the INSTALL and win32/install.txt files which are generated from the PHP manual sources. Rolling a stable release |