Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify stabilization dates process for more predictability #12232

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/manual/developer/10_stabilization_phase.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Stabilization Phase

Stabilization Phase starts on the last Monday of the first month of the quarter.

## Definition
A period of time before release, when the project is extensively tested and the only accepted contributions are fixes to issues discovered during stabilization testing.
New content, features, tests, or improvements are not accepted.
Expand All @@ -12,13 +14,13 @@ During this period, project is tested, contributors are informed about upcoming

## Duration
Current duration is set to **2 weeks**.
This duration is approximate.
Complications such as newly discovered major issues during this period might slightly prolong it.

The duration is tied to release cadence.
The more time between release, the more time for stabilization is needed.
Thus, the current 2 weeks stabilization is for release every 2 months.
However, stabilization period does not affect release cadence.
The longer the time between releases, the longer it will take for stabilization.
The two weeks period is in line with the release cadence, which is one release per quarter.

This duration for stabilization is approximate.
Complications such as newly discovered major issues during this period might slightly prolong it.
In these situations, changes in stabilization period does not affect release cadence.
Next release date will be the same as there would not be any prolongation.

## Exit Criteria
Expand Down
Loading