fix: tell commitizen to bump version in pyproject.toml
This commit is contained in:
parent
80da4b133b
commit
3c07c92527
|
|
@ -34,6 +34,7 @@ commitizen = "^2.38.0"
|
||||||
name = "cz_conventional_commits"
|
name = "cz_conventional_commits"
|
||||||
version = "0.1.4"
|
version = "0.1.4"
|
||||||
tag_format = "v$version"
|
tag_format = "v$version"
|
||||||
|
version_files = ["pyproject.toml:version"]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.0.0"]
|
requires = ["poetry-core>=1.0.0"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue