mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Adress feedback from the PR
Trim down the proposal quite a bit, making it much closer to the previous text, just more explicit about what we support.
This commit is contained in:
parent
c13a31f639
commit
f78161bb8e
1 changed files with 6 additions and 5 deletions
|
@ -2,14 +2,15 @@
|
||||||
|
|
||||||
The Nix release cycle is calendar-based as follows:
|
The Nix release cycle is calendar-based as follows:
|
||||||
|
|
||||||
- A new minor version (`XX.YY+1.0`) is published every month and supported for two months;
|
Nix has a release cycle of roughly 6 weeks.
|
||||||
- A new major version (`XX+1.1.0`) is published twice a year, in April and October, and supported for eight months.
|
Notable changes and additions are announced in the release notes for each version.
|
||||||
|
|
||||||
The rationale behind that cycle is that
|
The supported Nix versions are:
|
||||||
- Minor versions stay close to master and bring early access to new features for the user who need them;
|
- The latest release
|
||||||
- Major versions are aligned with the NixOS releases (released one month before NixOS and supported for as long at it).
|
- 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).
|
||||||
|
|
||||||
Bugfixes and security issues are backported to every supported version.
|
Bugfixes and security issues are backported to every supported version.
|
||||||
Patch releases are published as needed.
|
Patch releases are published as needed.
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue