summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2013-03-15 09:41:34 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2013-03-15 09:41:34 +0100
commit30eff1a6974e57da3e1d50b167a1ff4cf48f9783 (patch)
treecd9451d6d4439891cca81d4dbb381a7f95522b4a
parent5df8cf19759c77ee05fe6eecba7088caecbe132e (diff)
parent9350f45aca48a1ad95da5dbaca0ee8a06e46a8d6 (diff)
downloadphp-git-30eff1a6974e57da3e1d50b167a1ff4cf48f9783.tar.gz
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3: explain the step updating the git submodule reference in web/php.git
-rw-r--r--README.RELEASE_PROCESS10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS
index 3fa944ee3b..bc6d4571bd 100644
--- a/README.RELEASE_PROCESS
+++ b/README.RELEASE_PROCESS
@@ -154,7 +154,15 @@ origin <branch>``".
11. run: ``./makedist php 5.4.1``, this will export the tree, create configure
and build two tarballs (one gz and one bz2).
-12. Commit those two tarballs to Git (php-distributions.git)
+12. Commit those two tarballs to web/php-distributions.git, then update the git
+ submodule reference in web/php.git:
+ git submodule init;
+ git submodule update;
+ cd distributions;
+ git pull origin master;
+ cd ..;
+ git commit distributions;
+ git push;
13. Once the release has been tagged, contact the PHP Windows development team
(internals-win@lists.php.net) so that Windows binaries can be created. Once