From 5c1415d67f11f89e6182cefeca5519c504ed769d Mon Sep 17 00:00:00 2001 From: Robert Helgesson Date: Sat, 5 Jun 2021 19:52:10 +0200 Subject: [PATCH] docs: mark 21.05 as stable version --- README.md | 8 ++++---- doc/installation.adoc | 12 ++++++------ doc/release-notes/rl-2105.adoc | 3 +-- 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a3a492cbf..da302627d 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ will write to your dconf store and cannot tell whether a configuration that it is about to be overwritten was from a previous Home Manager generation or from manual configuration. -Home Manager targets [NixOS][] unstable and NixOS version 20.09 (the +Home Manager targets [NixOS][] unstable and NixOS version 21.05 (the current stable version), it may or may not work on other Linux distributions and NixOS versions. @@ -75,10 +75,10 @@ Currently the easiest way to install Home Manager is as follows: $ nix-channel --update ``` - and if you follow a Nixpkgs version 20.09 channel you can run + and if you follow a Nixpkgs version 21.05 channel you can run ```console - $ nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager + $ nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager $ nix-channel --update ``` @@ -366,7 +366,7 @@ Home Manager is developed against `nixpkgs-unstable` branch, which often causes it to contain tweaks for changes/packages not yet released in stable NixOS. To avoid breaking users' configurations, Home Manager is released in branches corresponding to NixOS releases -(e.g. `release-20.09`). These branches get fixes, but usually not new +(e.g. `release-21.05`). These branches get fixes, but usually not new modules. If you need a module to be backported, then feel free to open an issue. diff --git a/doc/installation.adoc b/doc/installation.adoc index 960fad7a9..123ca7146 100644 --- a/doc/installation.adoc +++ b/doc/installation.adoc @@ -47,11 +47,11 @@ $ nix-channel --add https://github.com/nix-community/home-manager/archive/master $ nix-channel --update ---- + -and if you follow a Nixpkgs version 20.09 channel, you can run +and if you follow a Nixpkgs version 21.05 channel, you can run + [source,console] ---- -$ nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager +$ nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager $ nix-channel --update ---- + @@ -125,11 +125,11 @@ or an unstable channel, you can run # nix-channel --update ---- -and if you follow a Nixpkgs version 20.09 channel, you can run +and if you follow a Nixpkgs version 21.05 channel, you can run [source,console] ---- -# nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager +# nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager # nix-channel --update ---- @@ -203,11 +203,11 @@ or an unstable channel, you can run # nix-channel --update ---- -and if you follow a Nixpkgs version 20.09 channel, you can run +and if you follow a Nixpkgs version 21.05 channel, you can run [source,console] ---- -# nix-channel --add https://github.com/nix-community/home-manager/archive/release-20.09.tar.gz home-manager +# nix-channel --add https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager # nix-channel --update ---- diff --git a/doc/release-notes/rl-2105.adoc b/doc/release-notes/rl-2105.adoc index febfa04b5..7fcfb268d 100644 --- a/doc/release-notes/rl-2105.adoc +++ b/doc/release-notes/rl-2105.adoc @@ -1,8 +1,7 @@ [[sec-release-21.05]] == Release 21.05 -This is the current unstable branch and the information in this -section is therefore not final. +The 21.05 release branch became the stable branch in May, 2021. [[sec-release-21.05-highlights]] === Highlights