From 10c9037ff10c8c6daaa3fc435a5652bb23c6cfb2 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 11 Jun 2024 14:10:41 -0400 Subject: [PATCH] doc: release: allow tests after RC1 After RC1 (feature freeze), new tests for existing features are allowed. Afterwards, only bug fixes and documentation to existing tests are allowed. Signed-off-by: Anas Nashif --- doc/project/release_process.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/project/release_process.rst b/doc/project/release_process.rst index 65ee617be69..50534e14c05 100644 --- a/doc/project/release_process.rst +++ b/doc/project/release_process.rst @@ -173,15 +173,16 @@ Release Milestones - Release Manager * - T-3W - Feature Freeze (RC1) - - No new features, ONLY stabilization and cosmetic changes, bug and doc fixes are allowed. + - No new features after RC1, ONLY stabilization and cosmetic changes, bug and doc + fixes are allowed. New tests for existing features are also allowed. - Release Engineering * - T-2W - 2nd Release Candidate - - No new features, ONLY stabilization and cosmetic changes, bug and doc fixes are allowed. + - No new features after RC2, ONLY stabilization and cosmetic changes, bug and doc fixes are allowed. - Release Manager * - T-1W - Hard Freeze (RC3) - - Only blocker bug fixes, documentation and changes to release notes are allowed. + - Only blocker bug fixes after RC3, documentation and changes to release notes are allowed. Release notes need to be complete by this checkpoint. Release Criteria is met. - Release Manager