Skip to content

Instantly share code, notes, and snippets.

@sh0rtcircuit
Last active May 10, 2022 15:36
Show Gist options
  • Save sh0rtcircuit/5687d8e108c7e1a3de8ef0d9e3dd651c to your computer and use it in GitHub Desktop.
Save sh0rtcircuit/5687d8e108c7e1a3de8ef0d9e3dd651c to your computer and use it in GitHub Desktop.
Azure DevOps Commitizen pyproject.toml
[build-system]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
[tool.commitizen]
version="1.0.0"
version_files = [
"setup.py:version"
]
bump_message = "release $current_version -> $new_version [skip ci]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment