forked from lix-project/lix
Update release-process.md
This commit is contained in:
parent
e9c8e859db
commit
1ef6bbb16d
|
@ -27,8 +27,9 @@ release:
|
|||
* Compile the release notes by running
|
||||
|
||||
```console
|
||||
$ export VERSION=X.YY
|
||||
$ 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`~~.
|
||||
|
|
Loading…
Reference in a new issue