From 8e211fd71eb6d3266536d2abe6b12daddadc33f2 Mon Sep 17 00:00:00 2001 From: Steve Loeppky Date: Tue, 3 Dec 2024 00:03:11 -0800 Subject: [PATCH] Fix String contains ordering bugs. --- documentation/misc/RELEASE_ISSUE_TEMPLATE.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/misc/RELEASE_ISSUE_TEMPLATE.md b/documentation/misc/RELEASE_ISSUE_TEMPLATE.md index d9d3d975cb..75cb5032fa 100644 --- a/documentation/misc/RELEASE_ISSUE_TEMPLATE.md +++ b/documentation/misc/RELEASE_ISSUE_TEMPLATE.md @@ -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. - + - [ ] 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. - + - [ ] 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. - + - [ ] Fork a new `release/v{{.Tag}}` branch from `master` and make any further release-related changes to this branch. - + - [ ] Fork a new `release/miner/v{{.Tag}}` branch from `master` and make any further release-related changes to this branch. - `master` branch Version string updates - [ ] bump the version(s) in `build/version.go` to `v{{.NextTag}}-dev`. - + - Ensure to update `NodeBuildVersion` - + - Ensure to update `MinerBuildVersion` - [ ] Run `make gen && make docsgen-cli` before committing changes.