]> granicus.if.org Git - php/commitdiff
explain the step updating the git submodule reference in web/php.git
authorFerenc Kovacs <tyra3l@gmail.com>
Fri, 15 Mar 2013 08:40:28 +0000 (09:40 +0100)
committerFerenc Kovacs <tyra3l@gmail.com>
Fri, 15 Mar 2013 08:40:28 +0000 (09:40 +0100)
README.RELEASE_PROCESS

index b6209686c745359ccc329922864998f1792e33c3..6cc9c4e9ab8fc3102f3fe142b100571362af6742 100644 (file)
@@ -162,7 +162,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