1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Document that you need to set GITHUB_TOKEN

This commit is contained in:
Eelco Dolstra 2025-08-21 12:01:58 +02:00
parent 0eaed891f4
commit 2e7bb61a83

View file

@ -29,6 +29,7 @@ release:
```console
$ export VERSION=X.YY
$ git checkout -b release-notes
$ export GITHUB_TOKEN=...
$ ./maintainers/release-notes
```