fix: tell commitizen to bump version in pyproject.toml

This commit is contained in:
ljnsn 2022-12-21 23:34:26 +01:00
parent bc4cb224dd
commit 0f4c094393
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ commitizen = "^2.38.0"
name = "cz_conventional_commits"
version = "0.1.4"
tag_format = "v$version"
version_files = ["pyproject.toml:version"]
[build-system]
requires = ["poetry-core>=1.0.0"]