Skip to content

Commit f31fa8f

Browse files
committed
chore: switch to commitizen
1 parent 137babb commit f31fa8f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pyproject.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,3 +282,13 @@ ignore_missing_imports = true
282282
exclude = ["**/.hatch", "**/node_modules", "**/__pycache__", "bundled/libs"]
283283
typeCheckingMode = "off"
284284
pythonVersion = "3.8"
285+
286+
[tool.commitizen]
287+
name = "cz_conventional_commits"
288+
tag_format = "v$version"
289+
version_scheme = "semver"
290+
version_provider = "scm"
291+
update_changelog_on_bump = true
292+
major_version_zero = true
293+
changelog_incremental = true
294+
changelog_merge_prerelease = true

0 commit comments

Comments
 (0)