@@ -474,6 +474,15 @@ slightly different steps. We'll call attention where the steps differ.
474
474
475
475
Here are a few examples of non-stable release announcement emails:
476
476
477
+ > 💬 ** Hint** \
478
+ > If you are going to base your language on one of these old announcements,
479
+ > remember that
480
+ > * ` qa.php.net` has been replaced with https://www.php.net/release-candidates.php
481
+ > * ` bugs.php.net` has been replaced with GitHub issues, use
482
+ > ` https://github.com/php/php-src/issues/new? template=bug_report.yml`
483
+ > to link directly to the form for creating a new bug report.
484
+ > * Since 8.4 there have only been 4 release candidates for PHP X.Y.0, rather than 6.
485
+
477
486
* [PHP 8.1.0alpha1 is available for testing](https://news-web.php.net/php.qa/69043)
478
487
* [PHP 8.1.0beta3 available for testing](https://news-web.php.net/php.qa/69079)
479
488
* [PHP 8.1.0RC6 available for testing](https://news-web.php.net/php.qa/69117)
@@ -1008,8 +1017,13 @@ volunteers to begin the selection process for the next release managers.
1008
1017
2. Request membership to the
1009
1018
[release managers group](https://github.com/orgs/php/teams/release-managers) on GitHub.
1010
1019
1011
- 3. Subscribe to the php-announce@lists.php.net mailing list by emailing
1012
- php-announce+subscribe@lists.php.net
1020
+ 3. Make sure you are subscribed to all of the mailing lists that you will need to send
1021
+ announcements to, since you cannot post to the lists otherwise:
1022
+
1023
+ * internals@lists.php.net (email internals+subscribe@lists.php.net)
1024
+ * php-announce@lists.php.net (email php-announce+subscribe@lists.php.net)
1025
+ * php-general@lists.php.net (email php-general+subscribe@lists.php.net)
1026
+ * php-qa@lists.php.net (email php-qa+subscribe@lists.php.net)
1013
1027
1014
1028
4. Email systems@php.net to get setup for access to downloads.php.net, to be
1015
1029
added to the release-managers@php.net distribution list, and to be added to
0 commit comments