mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
10 lines
251 B
TOML
10 lines
251 B
TOML
[tool.commitizen]
|
|
name = "cz_conventional_commits"
|
|
tag_format = "v$version"
|
|
version_scheme = "semver"
|
|
version_provider = "scm"
|
|
update_changelog_on_bump = true
|
|
major_version_zero = true
|
|
pre_bump_hooks = ["make test"]
|
|
post_bump_hooks = ["make release"]
|