terraform-openstack-landing.../.cz.toml
Bertrand Lanson 78ca31f154
Some checks failed
development / Check commit compliance (push) Successful in 27s
pull-requests-open / Check commit compliance (pull_request) Failing after 34s
feat: add versioning requirements, and automatic documentation pipeline
2024-09-08 13:16:37 +02:00

8 lines
199 B
TOML

[tool.commitizen]
name = "cz_conventional_commits"
version_provider = "scm"
version_files = ["galaxy.yml:^version"]
update_changelog_on_bump = true
major_version_zero = true
tag_format = "v$version"