aboutsummaryrefslogtreecommitdiff
path: root/releng/README.md
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-07-23 23:25:18 +0200
committerJade Lovelace <lix@jade.fyi>2024-07-31 14:13:39 -0700
commit5eecdd3ae9f47b1aaac22134eced318ff3e4bc41 (patch)
treeac0540064fd14e50dd4c98058859326b47755364 /releng/README.md
parentb5c6ce7a537d91ee22d6876ba0166259da2ac3c0 (diff)
releng: move officialRelease to version.json
This was causing a few bits of suffering downstream, in particular, in the NixOS module, which, after this change, can have the `officialRelease` stuff in *it* completely deleted since we now have correct defaulting in package.nix for it. It also eliminates some automated editing of Nix files, which is certainly always welcome to eliminate. Fixes: https://git.lix.systems/lix-project/lix/issues/406 Change-Id: Id12f3018cff4633e379dbfcbe26b7bc84922bdaf
Diffstat (limited to 'releng/README.md')
-rw-r--r--releng/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/README.md b/releng/README.md
index cfacf4b8e..2aa3b959f 100644
--- a/releng/README.md
+++ b/releng/README.md
@@ -30,7 +30,7 @@ First, we prepare the release. `python -m releng prepare` is used for this.
Then we tag the release with `python -m releng tag`:
* Git HEAD is detached.
-* `officialRelease = true` is set in `flake.nix`, this is committed, and a
+* `"official_release": true` is set in `version.json`, this is committed, and a
release is tagged.
* The tag is merged back into the last branch (either `main` for new releases
or `release-MAJOR` for maintenance releases) with `git merge -s ours VERSION`