1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-19 23:41:07 +01:00

maintainers: Add script for release notes todo list

This commit is contained in:
Robert Hensing 2025-08-21 13:41:18 +02:00
parent 3826d51a65
commit a1b3934a78
2 changed files with 64 additions and 0 deletions

View file

@ -24,6 +24,12 @@ release:
* In a checkout of the Nix repo, make sure you're on `master` and run
`git pull`.
* Compile a release notes to-do list by running
```console
$ ./maintainers/release-notes-todo PREV_RELEASE HEAD
```
* Compile the release notes by running
```console