config(commitizen): use version provider
This commit is contained in:
parent
49d9524c63
commit
7edb462783
|
|
@ -33,8 +33,8 @@ pre-commit = ">=3.7.1"
|
||||||
|
|
||||||
[tool.commitizen]
|
[tool.commitizen]
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
version = "1.0.1"
|
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
|
version_provider = "poetry"
|
||||||
version_files = ["pyproject.toml:version"]
|
version_files = ["pyproject.toml:version"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue