diff options
author | Jade Lovelace <lix@jade.fyi> | 2024-06-06 02:08:20 -0700 |
---|---|---|
committer | Jade Lovelace <lix@jade.fyi> | 2024-06-06 15:08:12 -0700 |
commit | 24057dcb6a5d33806de66de1e42137eca398350e (patch) | |
tree | ba3e55e014683f884058565c7ca4f08b0075a655 /misc | |
parent | 1659404626b80509db162fddcc1f5294fe590afa (diff) |
Remove rl-next-dev
We realized that there's really no good place to put these dev facing
bulletins, and the user-facing release notes aren't really the worst
place to put them, I guess, and we do kind of hope that it converts
users to devs.
Change-Id: Id9387b2964fe291cb5a3f74ad6344157f19b540c
Diffstat (limited to 'misc')
-rw-r--r-- | misc/pre-commit.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pre-commit.nix b/misc/pre-commit.nix index 4f54141b3..292940e83 100644 --- a/misc/pre-commit.nix +++ b/misc/pre-commit.nix @@ -63,7 +63,7 @@ pre-commit-run { files = ''^doc/manual/(change-authors\.yml|rl-next(-dev)?)''; pass_filenames = false; entry = '' - ${lib.getExe pkgs.build-release-notes} --change-authors doc/manual/change-authors.yml doc/manual/rl-next doc/manual/rl-next-dev + ${lib.getExe pkgs.build-release-notes} --change-authors doc/manual/change-authors.yml doc/manual/rl-next ''; }; change-authors-sorted = { |