mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
Merge pull request #10288 from tweag/refine-release-cycle
Update the release cycle
This commit is contained in:
commit
62f8d8c9a9
2 changed files with 8 additions and 7 deletions
|
@ -119,7 +119,7 @@
|
||||||
- [Experimental Features](contributing/experimental-features.md)
|
- [Experimental Features](contributing/experimental-features.md)
|
||||||
- [CLI guideline](contributing/cli-guideline.md)
|
- [CLI guideline](contributing/cli-guideline.md)
|
||||||
- [C++ style guide](contributing/cxx.md)
|
- [C++ style guide](contributing/cxx.md)
|
||||||
- [Release Notes](release-notes/index.md)
|
- [Releases](release-notes/index.md)
|
||||||
{{#include ./SUMMARY-rl-next.md}}
|
{{#include ./SUMMARY-rl-next.md}}
|
||||||
- [Release 2.21 (2024-03-11)](release-notes/rl-2.21.md)
|
- [Release 2.21 (2024-03-11)](release-notes/rl-2.21.md)
|
||||||
- [Release 2.20 (2024-01-29)](release-notes/rl-2.20.md)
|
- [Release 2.20 (2024-01-29)](release-notes/rl-2.20.md)
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Nix Release Notes
|
# Nix Release Notes
|
||||||
|
|
||||||
|
The Nix release cycle is calendar-based as follows:
|
||||||
|
|
||||||
Nix has a release cycle of roughly 6 weeks.
|
Nix has a release cycle of roughly 6 weeks.
|
||||||
Notable changes and additions are announced in the release notes for each version.
|
Notable changes and additions are announced in the release notes for each version.
|
||||||
|
|
||||||
Bugfixes can be backported on request to previous Nix releases.
|
The supported Nix versions are:
|
||||||
We typically backport only as far back as the Nix version used in the latest NixOS release, which is announced in the [NixOS release notes](https://nixos.org/manual/nixos/stable/release-notes.html#ch-release-notes).
|
- The latest release
|
||||||
|
- The version used in the stable NixOS release, which is announced in the [NixOS release notes](https://nixos.org/manual/nixos/stable/release-notes.html#ch-release-notes).
|
||||||
Backports never skip releases.
|
|
||||||
If a feature is backported to version `x.y`, it must also be available in version `x.(y+1)`.
|
|
||||||
This ensures that upgrading from an older version with backports is still safe and no backported functionality will go missing.
|
|
||||||
|
|
||||||
|
Bugfixes and security issues are backported to every supported version.
|
||||||
|
Patch releases are published as needed.
|
||||||
|
|
Loading…
Reference in a new issue