]> Untitled Git - bdk-cli/commitdiff
We don't need this as we skip the `rc` steps.
authorrajarshimaitra <rajarshi149@gmail.com>
Thu, 12 Jan 2023 06:55:19 +0000 (12:25 +0530)
committerrajarshimaitra <rajarshi149@gmail.com>
Thu, 12 Jan 2023 06:55:19 +0000 (12:25 +0530)
.github/ISSUE_TEMPLATE/minor_release.md

index c2a82fa93e40dbcf0e101a67049f79439f3df743..feb0f64d12c6138c1aa839d1a0e991ee665dd526 100644 (file)
@@ -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".