You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
283 B
TOML
12 lines
283 B
TOML
|
7 hours ago
|
[tool.commitizen]
|
||
|
|
name = "cz_conventional_commits"
|
||
|
|
version = "0.1.0"
|
||
|
|
tag_format = "v$version"
|
||
|
|
version_files = [
|
||
|
|
"pyproject.toml:version"
|
||
|
|
]
|
||
|
|
update_changelog_on_bump = true
|
||
|
|
major_version_zero = true
|
||
|
|
|
||
|
|
[tool.commitizen.bump_policy]
|
||
|
|
# Pas de hotfix : on bump uniquement depuis release
|