Utility library to bump the version / tags or a project repository following the following pattern:
- Update your pyproject.toml or
.cz.tomlfile with the following:
[tool.track-bump]
version = "0.1.0"
version_files = [
"sub-project-1/pyproject.toml",
"sub-project-2/pyproject.toml"
]
bump_message = "chore: release {current_version} → {new_version} [skip ci]"- Run the following command from inside your project:
poetry run track-bumpor with pipx
pipx run track-bump