Skip to content

Commit 983f155

Browse files
committed
phpweb now publishes SHA256s -- and please don't cc php-announce@ - make it seperate mail
1 parent 0d562a8 commit 983f155

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.RELEASE_PROCESS

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,14 @@ Getting the stable release announced
200200

201201
c. ``$PHP_X_MD5`` array and update all the md5 sums
202202

203-
d. set ``$PHP_X_RC`` to false!
203+
d. ``$PHP_X_SHA256`` array and update all the SHA256 sums
204204

205-
e. Make sure there are no outdated "notes" or edited "date" keys in the
205+
e. set ``$PHP_X_RC`` to false!
206+
207+
f. Make sure there are no outdated "notes" or edited "date" keys in the
206208
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
207209

208-
f. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
210+
g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
209211

210212
3. Create the release file (releases/x_y_z.php)
211213
Usually we use the same content as for point 6, but included in php template
@@ -254,6 +256,9 @@ to upgrade.
254256
9. Wait an hour or two, then send a mail to [email protected],
255257
[email protected] and [email protected] with a text similar to
256258
http://news.php.net/php.internals/17222.
259+
Please make sure that the mail to php-announce@ is its own completely seperate email.
260+
This is to make sure that repiles to the announcement on php-general@ or internals@
261+
will not accidentally hit the php-announce@ mailinglist.
257262

258263
Re-releasing the same version (or -pl)
259264
--------------------------------------
@@ -270,7 +275,9 @@ Re-releasing the same version (or -pl)
270275

271276
d. ``$PHP_X_MD5`` array and update all the md5 sums
272277

273-
e. Make sure there are no outdated "notes" or edited "date" keys in the
278+
e. ``$PHP_X_SHA256`` array and update all the SHA256 sums
279+
280+
f. Make sure there are no outdated "notes" or edited "date" keys in the
274281
``$RELEASES[X][$PHP_X_VERSION]["source"]`` array
275282

276283
3. Add a short notice to phpweb stating that there is a new release, and
@@ -287,3 +294,6 @@ to upgrade.
287294
5. Wait an hour or two, then send a mail to [email protected],
288295
[email protected] and [email protected] with a text similar to
289296
the news entry.
297+
Please make sure that the mail to php-announce@ is its own completely seperate email.
298+
This is to make sure that repiles to the announcement on php-general@ or internals@
299+
will not accidentally hit the php-announce@ mailinglist.

0 commit comments

Comments
 (0)