From: rajarshimaitra Date: Thu, 12 Jan 2023 06:55:19 +0000 (+0530) Subject: We don't need this as we skip the `rc` steps. X-Git-Tag: v0.27.1~6 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=b1128b41bf0f454f8ed4c12602ac45ec68930bc3;p=bdk-cli We don't need this as we skip the `rc` steps. --- 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".