diff options
author | Lukas Smith <lsmith@php.net> | 2008-09-03 17:08:05 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2008-09-03 17:08:05 +0000 |
commit | 97eb2d3ef8aaac5a9f0850a35afde3b355bb7fe6 (patch) | |
tree | 220521335b3126d718e70ea2edc32ce783c9bda0 /README.RELEASE_PROCESS | |
parent | 11319aa1137cc64dd1b59bd9f0f17cdb26cd26bc (diff) | |
download | php-git-97eb2d3ef8aaac5a9f0850a35afde3b355bb7fe6.tar.gz |
MFH
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 27fd6f597d..232159aeb6 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -78,15 +78,16 @@ f.e. http://downloads.php.net/derick/ (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. -Getting the non stable release announced ----------------------------------------- +Getting the non stable release (alpha/beta/RC) announced +-------------------------------------------------------- 1. Send an email (see example here: http://news.php.net/php.internals/19486) **To** ``internals@lists.php.net`` and ``php-general@lists.php.net`` lists pointing out "the location of the release" and "the possible release date of either the next RC, or the final release". -2. Send an email (see example here http://news.php.net/php.qa/26069) **To** +2. Only for an RC release also send an email +(see example here http://news.php.net/php.qa/26069) **To** ``php-qa@lists.php.net`` and **CC** ``primary-qa-tests@lists.php.net``. This email is to notify the selected projects about a new RC so that they can make sure their projects keep working. Make sure that you have been setup @@ -97,7 +98,7 @@ Derick) run the following commands for you: ``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address`` -3. Update the MD5 sums in ``qaweb/include/rc-md5sums.txt``. +3. Update the MD5 sums in ``qaweb/include/rc-md5sums.txt`` (no empty lines). 4. Update in ``qaweb/include/release-qa.php`` constants with the new RC and commit this. |