Skip to content

Commit 61ad5e2

Browse files
committed
fix some factual errors in the process
1 parent b3b155f commit 61ad5e2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.RELEASE_PROCESS

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,11 @@ last commit id to web/php.git, then, mirrors will now sync
183183
Getting the stable release announced
184184
------------------------------------
185185

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)
187188

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
191191

192192
b. In case multiple PHP minor versions are in active development you have
193193
to manually copy the old information to include/releases.inc
@@ -207,8 +207,9 @@ Getting the stable release announced
207207

208208
f. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
209209

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.
212213

213214
4. Update php-qa/include/release-qa.php and add the next version as an QARELEASE
214215
(prepare for next RC)

0 commit comments

Comments
 (0)