File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -215,11 +215,12 @@ Getting the stable release announced
215
215
1. Update phpweb/include/releases.inc with the old release info
216
216
(updates the download archives)
217
217
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).
220
221
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
223
224
224
225
2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
225
226
You can’t perform that action at this time.
0 commit comments