We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0deb534 commit 421f2adCopy full SHA for 421f2ad
pyproject.toml
@@ -67,6 +67,8 @@ version_files = [
67
tag_format = "v$version"
68
69
[tool.commitizen.customize]
70
+bump_pattern = '^(build|deprecate|feat|fix|perf)'
71
+bump_map = { feat = "MINOR", build = "PATCH", deprecate = "PATCH", fix = "PATCH", perf = "PATCH" }
72
schema_pattern = '(build|ci|deprecate|docs|feat|fix|perf|refactor|release|style|test)(\(\w+\))?!?:\s\S.*'
73
74
[tool.isort]
0 commit comments