Skip to content

Commit beb94e1

Browse files
authored
Update minor-release.md template (payjoin#621)
* Update minor-release.md template Adjust the release checklist for changing the version in all `Cargo.toml`s. Add a step for updating Cargo lock files.
1 parent a18cbd3 commit beb94e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/minor-release.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ Change the `master` branch to the next MINOR+1 version:
3333
- [ ] Switch to the `master` branch.
3434
- [ ] Create a new PR branch called `bump-CRATE-MAJOR-MINOR+1`, eg. `bump-CRATE-0-22`.
3535
- [ ] Bump the `bump-CRATE-MAJOR-MINOR+1` branch to the next development MINOR+1 version.
36-
- Change the `Cargo.toml` version value to `MAJOR.MINOR+1.0`.
36+
- Change the `Cargo.toml` version value to `MAJOR.MINOR+1.0` for all crates in the workspace.
37+
- Run `contrib/update-lock-files.sh ` to apply upgrades to the Cargo lock files.
3738
- Update the `CHANGELOG.md` file.
3839
- The commit message should be "Bump CRATE version to MAJOR.MINOR+1.0".
3940
- [ ] Create PR for the `bump-CRATE-MAJOR-MINOR+1` branch to `master`.

0 commit comments

Comments
 (0)