Skip to content

Commit

Permalink
chore: docs: apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Phi-rjan <orjan.roren@gmail.com>
  • Loading branch information
galargh and rjan90 committed Jul 15, 2024
1 parent aad564f commit 1bda8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/misc/RELEASE_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
**Prepping an RC**:

Perform the following changes to the `release/vX.Y.Z` or `release/miner/vX.Y.Z` branch through a PR:
- [ ] update the version string in `build/version.go` to one ending with '-rcX'
- [ ] Update the version string in `build/version.go` to one ending with '-rcX'. Ensure you update the appropriate version string based on whether you are creating a node release (`NodeBuildVersion`), a miner release (`MinerBuildVersion`) or both.
- [ ] run `make gen && make docsgen-cli` to generate documentation
- [ ] create a **PR** targetting `release/vX.Y.Z` or `release/miner/vX.Y.Z` branch
- Opening a PR will trigger a CI run that will build the release and publish it to GitHub as a draft
Expand Down

0 comments on commit 1bda8d9

Please sign in to comment.