We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43c5a8 commit 9350f45Copy full SHA for 9350f45
README.RELEASE_PROCESS
@@ -162,7 +162,15 @@ origin <branch>``".
162
11. run: ``./makedist php 5.4.1``, this will export the tree, create configure
163
and build two tarballs (one gz and one bz2).
164
165
-12. Commit those two tarballs to Git (php-distributions.git)
+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;
174
175
13. Once the release has been tagged, contact the PHP Windows development team
176
(internals-win@lists.php.net) so that Windows binaries can be created. Once
0 commit comments