@@ -196,11 +196,11 @@ last commit id to web/php.git, then, mirrors will now sync
196
196
Getting the stable release announced
197
197
------------------------------------
198
198
199
- 1. Run the bumpRelease script for phpweb on your local checkout
199
+ 1. Update phpweb/include/releases.inc with the old release info
200
+ (updates the download archives)
200
201
201
- a. ``php bin/bumpRelease 5`` to create the release file (releases/x_y_z.php)
202
- The release announcement file should list in detail security fixes and
203
- changes in behavior (whether due to a bug fix or not).
202
+ a. You can run ``php bin/bumpRelease 5`` if you are making a release for the
203
+ highest branch, otherwise you have to do this manually, see point 1.b
204
204
205
205
b. In case multiple PHP minor versions are in active development you have
206
206
to manually copy the old information to include/releases.inc
@@ -220,8 +220,9 @@ Getting the stable release announced
220
220
221
221
f. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
222
222
223
- 3. Update phpweb/include/releases.php with the old release info
224
- (updates the download archives)
223
+ 3. Create the release file (releases/x_y_z.php)
224
+ Usually we use the same content as for point 6, but included in php template
225
+ instead of the release xml.
225
226
226
227
4. Update php-qa/include/release-qa.php and add the next version as an QARELEASE
227
228
(prepare for next RC)
0 commit comments