Skip to content

Commit 2b1c2e3

Browse files
committed
Merge branch 'PHP-5.5'
* PHP-5.5: explain the step updating the git submodule reference in web/php.git
2 parents 657135c + cc51729 commit 2b1c2e3

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
@@ -154,7 +154,15 @@ origin <branch>``".
154154
11. run: ``./makedist php 5.4.1``, this will export the tree, create configure
155155
and build two tarballs (one gz and one bz2).
156156

157-
12. Commit those two tarballs to Git (php-distributions.git)
157+
12. Commit those two tarballs to web/php-distributions.git, then update the git
158+
submodule reference in web/php.git:
159+
git submodule init;
160+
git submodule update;
161+
cd distributions;
162+
git pull origin master;
163+
cd ..;
164+
git commit distributions;
165+
git push;
158166

159167
13. Once the release has been tagged, contact the PHP Windows development team
160168
([email protected]) so that Windows binaries can be created. Once

0 commit comments

Comments
 (0)