mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2026-06-11 00:02:29 +02:00
3b550119a8
Passed a couple times through the automatic linter to fix some markdown Signed-off-by: nopeitsnothing <no@anonymousplanet.org>
10 lines
339 B
TOML
10 lines
339 B
TOML
[tool.commitizen]
|
|
name = "cz_conventional_commits"
|
|
version_scheme = "semver"
|
|
tag_format = "v$version"
|
|
update_changelog_on_bump = false
|
|
major_version_zero = false
|
|
|
|
[tool.commitizen.customize]
|
|
schema_pattern = '^(feat|feature|add|fix|bugfix|revert|security|perf|refactor|change|chore|ci|docs|style|test|build)(\(.+\))?(!)?: .{1,72}(\n.*)*$'
|