mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
maintainers/release-notes <- scripts/release-notes
This commit is contained in:
parent
7c4ee5c813
commit
6971c4adc0
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ release:
|
|||
|
||||
```console
|
||||
$ git checkout -b release-notes
|
||||
$ VERSION=X.YY ./scripts/release-notes
|
||||
$ VERSION=X.YY ./maintainers/release-notes
|
||||
```
|
||||
|
||||
where `X.YY` is *without* the patch level, e.g. `2.12` rather than ~~`2.12.0`~~.
|
||||
|
@ -165,7 +165,7 @@ release:
|
|||
* Update release notes.
|
||||
|
||||
```console
|
||||
$ ./scripts/release-notes
|
||||
$ ./maintainers/release-notes
|
||||
```
|
||||
|
||||
* Push.
|
||||
|
|
Loading…
Reference in a new issue