mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
Update release-process.md
This commit is contained in:
parent
e9c8e859db
commit
1ef6bbb16d
1 changed files with 2 additions and 1 deletions
|
@ -27,8 +27,9 @@ release:
|
||||||
* Compile the release notes by running
|
* Compile the release notes by running
|
||||||
|
|
||||||
```console
|
```console
|
||||||
|
$ export VERSION=X.YY
|
||||||
$ git checkout -b release-notes
|
$ git checkout -b release-notes
|
||||||
$ VERSION=X.YY ./maintainers/release-notes
|
$ ./maintainers/release-notes
|
||||||
```
|
```
|
||||||
|
|
||||||
where `X.YY` is *without* the patch level, e.g. `2.12` rather than ~~`2.12.0`~~.
|
where `X.YY` is *without* the patch level, e.g. `2.12` rather than ~~`2.12.0`~~.
|
||||||
|
|
Loading…
Reference in a new issue