Last active
May 10, 2022 15:36
-
-
Save sh0rtcircuit/5687d8e108c7e1a3de8ef0d9e3dd651c to your computer and use it in GitHub Desktop.
Azure DevOps Commitizen pyproject.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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