From: Christoph M. Becker Date: Fri, 20 Mar 2020 13:00:11 +0000 (+0100) Subject: Note that `active => true` has to be kept for `$QA_RELEASES` X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7defa7e883f5fdbe1966cb6df78c9321528cd105;p=php Note that `active => true` has to be kept for `$QA_RELEASES` Otherwise the bug tracker and test failure reporting will not work as intended (and maybe there are even more issues). --- diff --git a/docs/release-process.md b/docs/release-process.md index d16d7ccb49..0555c6be87 100644 --- a/docs/release-process.md +++ b/docs/release-process.md @@ -293,7 +293,9 @@ instead of the release xml. 4. Update `php-qa/include/release-qa.php` and add the next version as an - QARELEASE (prepare for next RC). + QARELEASE (prepare for next RC). Keep `active => true` until there will be + no more QA releases. Setting the release number to 0 is sufficient to + remove the old QA release from the available QA releases list. 5. Update the ChangeLog file for the given major version