1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

version: add isReleaseBranch

This commit is contained in:
Emily 2023-07-15 16:47:19 +01:00
parent 1add3c3a99
commit 23ad3d2b53
4 changed files with 28 additions and 4 deletions

View file

@ -16,6 +16,13 @@ but could theoretically break
if you have very complex bash expressions in a session variable.
Please report any issues you experience.
* The `.release` file in the Home Manager source tree
has been supplanted by `release.json`,
which contains more information about the branch.
If you have any external code reading this file,
please migrate to using `release.json` instead.
The `.release` file will be removed in 24.05.
[[sec-release-23.11-state-version-changes]]
=== State Version Changes