Would add the following to Cargo.toml: version = 1.1.0 Would add the following to go.mod: 1.1.0 Would add the following to package.json: 1.1.0 Would add the following to pyproject.toml: 1.1.0 Would add the following to CHANGELOG.md: ## 1.1.0 ([DATE]) ### Features - Something Would add files to git: Cargo.toml go.mod package.json pyproject.toml CHANGELOG.md Would run git commit -m "chore: prepare release 1.1.0" Would create Git tag v1.1.0 Would run git push Would run git push --tags