docs(commitizen-pyproject): restore the old pyproject.toml

This commit is contained in:
gwen 2026-06-03 08:17:58 +02:00
parent 838a3c70e7
commit af513c6608

View file

@ -38,10 +38,7 @@ dev = [
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "v$version"
version_files = ["pyproject.toml:version"]
tag_format = "$version"
version_scheme = "semver"
version_provider = "pep621"
update_changelog_on_bump = true
changelog_file = "CHANGELOG.md"
changelog_incremental = true