Would add the following to first/Cargo.toml: version = 1.1.0 Would add the following to second/Cargo.toml: version = 0.1.1 Would add files to git: first/Cargo.toml second/Cargo.toml Would run git commit -m "chore: prepare releases" Would run git push Would create a release on GitHub with name first-package 1.1.0 ([DATE]) and tag first-package/v1.1.0 and body: ## Features - New Feature Would create a release on GitHub with name second-package 0.1.1 ([DATE]) and tag second-package/v0.1.1 and body: ## Features - New Feature