There is something very good about the fixed date release schedule: everyone knows it is coming and can plan accordingly. It would otherwise require negotiations about the release date. And negotiations about why the release should be delayed. Or why it should be fast tracked. It saves valuable time and energy.
I propose, based on this week discussions that the feature freeze period is set to be three weeks before the release. Two weeks is a little too short. It would also be in sync with the monthly report as each feature freeze would happen the last week of the month and can be announced. If it happens right after the monthly report is published, that's a lost opportunity to draw attention to it.
Feature freeze
- Starts three weeks before the release date and is documented in the release schedule
- No feature / enhancement is merged.
- No merge that require manual testing, with the exception of CSS / JavaScript bug fixes when tests cannot be easily written
It is the responsibility of the release team to complete the following tasks:
- Release blockers are resolved.
- Manual tests are performed as documented in the corresponding pull request.
- New features are manually tested to work in a simple use case.
TODO:
There is something very good about the [fixed date release schedule](https://forgejo.org/docs/next/developer/release/#release-cycle): everyone knows it is coming and can plan accordingly. It would otherwise require negotiations about the release date. And negotiations about why the release should be delayed. Or why it should be fast tracked. It saves valuable time and energy.
I propose, based on [this week discussions](https://codeberg.org/forgejo/discussions/issues/180) that the feature freeze period is set to be three weeks before the release. Two weeks is a little too short. It would also be in sync with the monthly report as each feature freeze would happen the last week of the month and can be announced. If it happens right after the monthly report is published, that's a lost opportunity to draw attention to it.
---
# Feature freeze
* Starts three weeks before the release date and is documented in the [release schedule](https://forgejo.org/docs/next/developer/release/#release-cycle)
* No feature / enhancement is merged.
* No merge that require manual testing, with the exception of CSS / JavaScript bug fixes when tests cannot be easily written
It is the responsibility of the release team to complete the following tasks:
* Release blockers are resolved.
* Manual tests are performed as documented in the corresponding pull request.
* New features are manually tested to work in a simple use case.
---
TODO:
- [ ] update the documentation https://forgejo.org/docs/v7.0/developer/release/#feature-freeze
- [ ] clarify that the branch must be cut at the date of the feature freeze