Skip to content

Commit da48671

Browse files
committed
Update release process information to include the improved bumpRelease script
1 parent 0697d83 commit da48671

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.RELEASE_PROCESS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,12 @@ Getting the stable release announced
215215
1. Update phpweb/include/releases.inc with the old release info
216216
(updates the download archives)
217217

218-
a. You can run ``php bin/bumpRelease 5`` if you are making a release for the
219-
highest branch, otherwise you have to do this manually, see point 1.b
218+
a. You can run ``php bin/bumpRelease 7 2`` where the first number is
219+
the major version, and the second number is the minor version
220+
(7.2 in this example).
220221

221-
b. In case multiple PHP minor versions are in active development you have
222-
to manually copy the old information to include/releases.inc
222+
b. If that fails for any non-trivially fixable reason, you can
223+
manually copy the old information to include/releases.inc
223224

224225
2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
225226

0 commit comments

Comments
 (0)