mirror of
https://github.com/nix-community/home-manager
synced 2024-11-21 20:23:08 +00:00
home-manager: prepare 25.05-pre
This commit is contained in:
parent
0918bb0238
commit
05d3b6215a
5 changed files with 22 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Home Manager Manual {#home-manager-manual}
|
# Home Manager Manual {#home-manager-manual}
|
||||||
|
|
||||||
## Version 24.05 (unstable)
|
## Version 25.05 (unstable)
|
||||||
|
|
||||||
|
|
||||||
```{=include=} preface
|
```{=include=} preface
|
||||||
|
|
|
@ -4,6 +4,7 @@ This section lists the release notes for stable versions of Home Manager
|
||||||
and the current unstable version.
|
and the current unstable version.
|
||||||
|
|
||||||
```{=include=} chapters
|
```{=include=} chapters
|
||||||
|
rl-2505.md
|
||||||
rl-2411.md
|
rl-2411.md
|
||||||
rl-2405.md
|
rl-2405.md
|
||||||
rl-2311.md
|
rl-2311.md
|
||||||
|
|
18
docs/release-notes/rl-2505.md
Normal file
18
docs/release-notes/rl-2505.md
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Release 25.05 {#sec-release-25.05}
|
||||||
|
|
||||||
|
This is the current unstable branch and the information in this
|
||||||
|
section is therefore not final.
|
||||||
|
|
||||||
|
## Highlights {#sec-release-25.05-highlights}
|
||||||
|
|
||||||
|
This release has the following notable changes:
|
||||||
|
|
||||||
|
- No changes.
|
||||||
|
|
||||||
|
## State Version Changes {#sec-release-25.05-state-version-changes}
|
||||||
|
|
||||||
|
The state version in this release includes the changes below. These
|
||||||
|
changes are only active if the `home.stateVersion` option is set to
|
||||||
|
\"25.05\" or later.
|
||||||
|
|
||||||
|
- No changes.
|
|
@ -1044,7 +1044,7 @@ while [[ $# -gt 0 ]]; do
|
||||||
export VERBOSE=1
|
export VERBOSE=1
|
||||||
;;
|
;;
|
||||||
--version)
|
--version)
|
||||||
echo 24.11-pre
|
echo 25.05-pre
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"release": "24.11",
|
"release": "25.05",
|
||||||
"isReleaseBranch": false
|
"isReleaseBranch": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue