diff options
author | Sara Golemon <pollita@php.net> | 2017-06-06 12:45:20 -0400 |
---|---|---|
committer | Sara Golemon <pollita@php.net> | 2017-06-06 12:45:20 -0400 |
commit | 5f055273932d5f2a5ef21f4aace92c32e685fad0 (patch) | |
tree | 7171a8632b4a24a3e4a9665228526b4f47148b44 /README.RELEASE_PROCESS | |
parent | 5bced1affb1a0a12919c02c040c4c8bf1948d307 (diff) | |
download | php-git-5f055273932d5f2a5ef21f4aace92c32e685fad0.tar.gz |
Remove instructions to email internals-win@
Use the release-managers@ distribution list instead
for a better audience.
Diffstat (limited to 'README.RELEASE_PROCESS')
-rw-r--r-- | README.RELEASE_PROCESS | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index bd0c7261a7..b6b46ada52 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -103,9 +103,9 @@ MD5 sums. If you do not have this directory, create it. 15. Now the RC can be found on http://downloads.php.net/~yourname, f.e. http://downloads.php.net/~derick/ -16. Once the release has been tagged, contact the PHP Windows development team -(internals-win@lists.php.net) so that Windows binaries can be created. Once -those are made, they should be placed into the same directory as the source snapshots. +16. Once the release has been tagged, contact the release-managers@ distribution list +so that Windows binaries can be created. Once those are made, they should be placed +into the same directory as the source snapshots. Getting the non stable release (alpha/beta/RC) announced -------------------------------------------------------- @@ -319,7 +319,8 @@ will not accidentally hit the php-announce@ mailinglist. New Release Manager Checklist ----------------------------- -1. Email systems@ to get setup for access to downloads.php.net +1. Email systems@ to get setup for access to downloads.php.net and to be added to the + release-managers@ distribution list. 2. Create a GPG key for your @php.net address and publish it by editing `include/gpg-keys.inc` in the `web-php` repository, adding the output of `gpg --fingerprint "$USER@php.net"`. Let |