From b1128b41bf0f454f8ed4c12602ac45ec68930bc3 Mon Sep 17 00:00:00 2001 From: rajarshimaitra Date: Thu, 12 Jan 2023 12:25:19 +0530 Subject: [PATCH] We don't need this as we skip the `rc` steps. --- .github/ISSUE_TEMPLATE/minor_release.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/minor_release.md b/.github/ISSUE_TEMPLATE/minor_release.md index c2a82fa..feb0f64 100644 --- a/.github/ISSUE_TEMPLATE/minor_release.md +++ b/.github/ISSUE_TEMPLATE/minor_release.md @@ -44,9 +44,6 @@ Tag and publish new release: - [ ] Double check that your local `master` is up-to-date with the upstream repo. - [ ] Create a new branch called `release/MAJOR.MINOR+1` from `master`. -- [ ] Bump the `release/MAJOR.MINOR+1` branch to `MAJOR.MINOR+1.0` version. - - Change the `Cargo.toml` version value to `MAJOR.MINOR+1.0`. - - The commit message should be "Bump version to MAJOR.MINOR+1.0". - [ ] Add a tag to the `HEAD` commit in the `release/MAJOR.MINOR+1` branch. - The tag name should be `vMAJOR.MINOR+1.0` - The first line of the tag message should be "Release MAJOR.MINOR+1.0". -- 2.49.0