@@ -183,11 +183,11 @@ last commit id to web/php.git, then, mirrors will now sync
183
183
Getting the stable release announced
184
184
------------------------------------
185
185
186
- 1. Run the bumpRelease script for phpweb on your local checkout
186
+ 1. Update phpweb/include/releases.inc with the old release info
187
+ (updates the download archives)
187
188
188
- a. ``php bin/bumpRelease 5`` to create the release file (releases/x_y_z.php)
189
- The release announcement file should list in detail security fixes and
190
- changes in behavior (whether due to a bug fix or not).
189
+ a. You can run ``php bin/bumpRelease 5`` if you are making a release for the
190
+ highest branch, otherwise you have to do this manually, see point 1.b
191
191
192
192
b. In case multiple PHP minor versions are in active development you have
193
193
to manually copy the old information to include/releases.inc
@@ -207,8 +207,9 @@ Getting the stable release announced
207
207
208
208
f. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
209
209
210
- 3. Update phpweb/include/releases.php with the old release info
211
- (updates the download archives)
210
+ 3. Create the release file (releases/x_y_z.php)
211
+ Usually we use the same content as for point 6, but included in php template
212
+ instead of the release xml.
212
213
213
214
4. Update php-qa/include/release-qa.php and add the next version as an QARELEASE
214
215
(prepare for next RC)
0 commit comments