summaryrefslogtreecommitdiff
path: root/README.RELEASE_PROCESS
diff options
context:
space:
mode:
authorJohannes Schlüter <johannes@php.net>2011-03-03 13:23:05 +0000
committerJohannes Schlüter <johannes@php.net>2011-03-03 13:23:05 +0000
commit50c2dff89d60583d45c7765719574ee41577ef34 (patch)
tree9ff035b8622cc96170d35407d34b11323bf197a2 /README.RELEASE_PROCESS
parent661b55293848062dca92b88aaab5859f101a819d (diff)
downloadphp-git-50c2dff89d60583d45c7765719574ee41577ef34.tar.gz
- Be more consistent in these instructions
Diffstat (limited to 'README.RELEASE_PROCESS')
-rw-r--r--README.RELEASE_PROCESS6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS
index c1ebbb778f..4f5ec1e1b2 100644
--- a/README.RELEASE_PROCESS
+++ b/README.RELEASE_PROCESS
@@ -111,9 +111,9 @@ commit this.
c. ``$RELEASE_PROCESS`` = array(4 => true, 5 => true)
-1. Update in ``php-bugs/trunk/include/php_versions.php`` to include the new RC and commit.
+1. Update in ``web/php-bugs/trunk/include/php_versions.php`` to include the new RC and commit.
-2. Update ``php/trunk/include/version.inc`` (x=major version number)
+2. Update ``web/php/trunk/include/version.inc`` (x=major version number)
a. ``$PHP_x_RC`` = "5.3.0RC1"
@@ -121,7 +121,7 @@ commit this.
3. Commit those changes:
- a. ``svn commit include/version.inc include/releases.inc``
+ a. ``svn commit web/qa/trunk web/php-bugs/trunk web/php/trunk``
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.