summaryrefslogtreecommitdiff
path: root/README.RELEASE_PROCESS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-07-31 14:09:31 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-07-31 14:09:31 +0200
commit4ed16785409166c8462886196cec95995ade076a (patch)
tree4cc77cc3cac585271ee305b471f8834a9e031a6e /README.RELEASE_PROCESS
parenta63c99ba624cff86292ffde97089428e68c6fc10 (diff)
downloadphp-git-4ed16785409166c8462886196cec95995ade076a.tar.gz
Fix README.RELEASE_PROCESS
The version has to be updated in configure.ac; by running `./configure` afterwards, main/php_versions.h will be updated automatically.
Diffstat (limited to 'README.RELEASE_PROCESS')
-rw-r--r--README.RELEASE_PROCESS7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS
index c5c59c546a..133fe6c9d8 100644
--- a/README.RELEASE_PROCESS
+++ b/README.RELEASE_PROCESS
@@ -338,9 +338,10 @@ Forking a new release branch
Example: http://news.php.net/php.internals/99864
2. Just prior to cutting X.Y.0beta1, create the new branch locally.
- Add a commit on master after the branch point clearing the NEWS file, and updating
- main/php_versions.h and Zend/zend.h to update versions.
- Example: https://github.com/php/php-src/commit/5230541ef59e0637d5522293a7d099bf18ce6af3
+ Add a commit on master after the branch point clearing the NEWS file, updating
+ the version in configure.ac (run ./configure to automatically update
+ main/php_versions.h, too) and Zend/zend.h.
+ Example: http://git.php.net/?p=php-src.git;a=commit;h=a63c99b
Push the new branch and the commit just added to master.
3. Immediately notify internals@ of the branch cut and advise the new merging order: