docs(commitizen-pyproject): restore the old pyproject.toml
This commit is contained in:
parent
838a3c70e7
commit
af513c6608
1 changed files with 1 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue