Skip to content

Commit

Permalink
Merge pull request #9004 from fricklerhandwerk/release-support
Browse files Browse the repository at this point in the history
add information on release cycle and backports
  • Loading branch information
thufschmitt committed Sep 29, 2023
2 parents a66bd8f + a757749 commit 784c7df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/manual/src/release-notes/release-notes.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
# Nix Release Notes

Nix has a release cycle of roughly 6 weeks.
Notable changes and additions are announced in the release notes for each version.

Bugfixes can be backported on request to previous Nix releases.
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).

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.

0 comments on commit 784c7df

Please sign in to comment.