Skip to content

Commit

Permalink
Fix String contains ordering bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigLep committed Dec 3, 2024
1 parent 6fe3088 commit 8e211fd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/misc/RELEASE_ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,28 +54,28 @@
- There likely aren't any changes at this point, but this can be opened with a small whitespace change so the PR is open and we can more easily hold the standard of making improvements incrementally since improvements are usually better done by collecting changes/notes along the way rather than just thinking about it at the end.
- This will get merged in a `Post Release` step.
<!--{{if eq .Level "patch"}})-->
<!-- {{if contains .Type "Node"}}-->
<!-- {{if contains "Node" .Type}}-->
- [ ] Fork a new `release/v{{.Tag}}` branch from the last stable `release/vX.Y.x` and make any further release-related changes to this branch.
<!-- {{end}}-->
<!-- {{if contains .Type "Miner"}}-->
<!-- {{if contains "Miner" .Type}}-->
- [ ] Fork a new `release/miner/v{{.Tag}}` branch from the last stable `release/miner/vX.Y.x` and make any further release-related changes to this branch.
<!-- {{end}}-->
<!--{{end}}-->
<!--{{if eq .Level "minor"}}-->
<!-- {{if contains .Type "Node"}}-->
<!-- {{if contains "Node" .Type}}-->
- [ ] Fork a new `release/v{{.Tag}}` branch from `master` and make any further release-related changes to this branch.
<!-- {{end}}-->
<!-- {{if contains .Type "Miner"}}-->
<!-- {{if contains "Miner" .Type}}-->
- [ ] Fork a new `release/miner/v{{.Tag}}` branch from `master` and make any further release-related changes to this branch.
<!-- {{end}}-->
<!--{{end}}-->
<!--{{if ne .Level "patch"}}-->
- `master` branch Version string updates
- [ ] bump the version(s) in `build/version.go` to `v{{.NextTag}}-dev`.
<!--{{ if contains .Type "Node"}}-->
<!--{{ if contains "Node" .Type}}-->
- Ensure to update `NodeBuildVersion`
<!--{{ end}}-->
<!--{{ if contains .Type "Miner"}}-->
<!--{{ if contains "Miner" .Type}}-->
- Ensure to update `MinerBuildVersion`
<!--{{ end}}-->
- [ ] Run `make gen && make docsgen-cli` before committing changes.
Expand Down

0 comments on commit 8e211fd

Please sign in to comment.