Update documentation/misc/RELEASE_ISSUE_TEMPLATE.md

Co-authored-by: Aayush Rajasekaran <arajasek94@gmail.com>
This commit is contained in:
Shrenuj Bansal 2022-11-17 12:02:22 -05:00 committed by GitHub
parent 61ffbbc42d
commit 46cd0809e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Prepping an RC:
- [ ] version string in `build/version.go` has been updated (in the `release/vX.Y.Z` branch)
- [ ] run `make gen && make docsgen-cli`
- [ ] Generate changelog using the script at scripts/mkreleaselog
- [ ] Add contents of generated text to lotus/changelog.md in addition to other details
- [ ] Add contents of generated text to lotus/CHANGELOG.md in addition to other details
- [ ] tag commit with `vX.Y.Z-rcN`
- [ ] cut a pre-release [here](https://github.com/filecoin-project/lotus/releases/new?prerelease=true)