Skip to main content

No project description provided

Project description

Track-bump

Utility library to bump the version / tags or a project repository following the following pattern:

CI

How to use

  1. Update your pyproject.toml or .cz.toml file 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]"
  1. Run the following command from inside your project:
poetry run track-bump

or with pipx

pipx run track-bump

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

track_bump-0.5.1.tar.gz (5.1 kB view hashes)

Uploaded Source

Built Distribution

track_bump-0.5.1-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page