Refer to scripts/mkreleaselog

This commit is contained in:
Łukasz Magiera 2021-04-13 12:02:10 +02:00
parent b6949aa4ba
commit 0bc94b554c
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ We're happy to announce Lotus X.Y.Z...
First steps:
- [ ] Fork a new branch (`release/vX.Y.Z`) from `master` and make any further release related changes to this branch. If any "non-trivial" changes get added to the release, uncheck all the checkboxes and return to this stage.
- [ ] Prep the changelog using `bin/mkreleaselog`, and add it to `CHANGELOG.md`
- [ ] Prep the changelog using `scripts/mkreleaselog`, and add it to `CHANGELOG.md`
- [ ] Bump the version in `version.go` in the `master` branch to `vX.(Y+1).0-dev`.
Prepping an RC:
@ -101,7 +101,7 @@ Testing an RC:
## ❤️ Contributors
< list generated by bin/mkreleaselog >
< list generated by scripts/mkreleaselog >
Would you like to contribute to Lotus and don't know how? Well, there are a few places you can get started:

0
scripts/mkreleaselog Normal file → Executable file
View File