@@ -118,11 +118,11 @@ Getting the non stable release (alpha/beta/RC) announced
118
118
119
119
Note: Remember to update the sha256 checksum information.
120
120
121
- 2. Update ``web/php.git/include/version.inc`` (x=major version number)
121
+ 2. Update ``web/php.git/include/version.inc`` (X_Y=major_minor version number)
122
122
123
- a. ``$PHP_x_RC `` = "5.4.0RC1" (should be set to "false" before)
123
+ a. ``$PHP_X_Y_RC `` = "5.4.0RC1" (should be set to "false" before)
124
124
125
- b. ``$PHP_x_RC_DATE `` = "06 September 2007"
125
+ b. ``$PHP_X_Y_RC_DATE `` = "06 September 2007"
126
126
127
127
3. Skip this step for non stable releases after GA of minor or major versions
128
128
(e.g. announce 7.3.0RC1, but not 7.3.1RC1):
@@ -224,19 +224,22 @@ Getting the stable release announced
224
224
b. If that fails for any non-trivially fixable reason, you can
225
225
manually copy the old information to include/releases.inc
226
226
227
- 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
227
+ 2. Update ``phpweb/include/version.inc`` (X_Y=major_minor release number):
228
228
229
- a. ``$PHP_X_VERSION `` to the correct version
229
+ a. ``$PHP_X_Y_VERSION `` to the correct version
230
230
231
- b. ``$PHP_X_DATE `` to the release date
231
+ b. ``$PHP_X_Y_DATE `` to the release date
232
232
233
- c. ``$PHP_X_SHA256 `` array and update all the SHA256 sums
233
+ c. ``$PHP_X_Y_SHA256 `` array and update all the SHA256 sums
234
234
235
- d. set ``$PHP_X_RC `` to false!
235
+ d. set ``$PHP_X_Y_RC `` to false!
236
236
237
237
e. Make sure there are no outdated "notes" or edited "date" keys in the
238
238
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
239
239
240
+ f. Only for the first revision of a major or minor release bump
241
+ ``$PHP_X_VERSION``, ``$PHP_X_DATE`` and ``$PHP_X_RC_DATE``.
242
+
240
243
3. Create the release file (releases/x_y_z.php)
241
244
Usually we use the same content as for point 6, but included in php template
242
245
instead of the release xml.
@@ -295,15 +298,15 @@ Re-releasing the same version (or -pl)
295
298
296
299
1. Commit the new binaries to ``phpweb/distributions/``
297
300
298
- 2. Edit ``phpweb/include/version.inc`` and change (X=major release number):
301
+ 2. Update ``phpweb/include/version.inc`` (X_Y=major_minor release number):
299
302
300
303
a. If only releasing for one OS, make sure you edit only those variables
301
304
302
- b. ``$PHP_X_VERSION `` to the correct version
305
+ b. ``$PHP_X_Y_VERSION `` to the correct version
303
306
304
- c. ``$PHP_X_DATE `` to the release date
307
+ c. ``$PHP_X_Y_DATE `` to the release date
305
308
306
- d. ``$PHP_X_SHA256 `` array and update all the SHA256 sums
309
+ d. ``$PHP_X_Y_SHA256 `` array and update all the SHA256 sums
307
310
308
311
e. Make sure there are no outdated "notes" or edited "date" keys in the
309
312
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
0 commit comments