Skip to content

Commit 9350f45

Browse files
committed
explain the step updating the git submodule reference in web/php.git
1 parent e43c5a8 commit 9350f45

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.RELEASE_PROCESS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,15 @@ origin <branch>``".
162162
11. run: ``./makedist php 5.4.1``, this will export the tree, create configure
163163
and build two tarballs (one gz and one bz2).
164164

165-
12. Commit those two tarballs to Git (php-distributions.git)
165+
12. Commit those two tarballs to web/php-distributions.git, then update the git
166+
submodule reference in web/php.git:
167+
git submodule init;
168+
git submodule update;
169+
cd distributions;
170+
git pull origin master;
171+
cd ..;
172+
git commit distributions;
173+
git push;
166174

167175
13. Once the release has been tagged, contact the PHP Windows development team
168176
(internals-win@lists.php.net) so that Windows binaries can be created. Once

0 commit comments

Comments
 (0)