mirror of
https://github.com/agresdominik/ci-pipelines.git
synced 2026-07-21 21:20:54 +00:00
9 lines
153 B
TOML
9 lines
153 B
TOML
[tool.commitizen]
|
|
name = cz_conventional_commits
|
|
version = 0.0.1
|
|
tag_format = v
|
|
update_changelog_on_bump = true
|
|
version_files = [
|
|
.cz.toml:version
|
|
]
|