Update release-process.md

This commit is contained in:
Eelco Dolstra 2024-01-29 16:50:55 +01:00
parent e9c8e859db
commit 1ef6bbb16d
1 changed files with 2 additions and 1 deletions

View File

@ -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`~~.