mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-04-19 07:25:54 -04:00
11 lines
243 B
TOML
11 lines
243 B
TOML
[tool.commitizen]
|
|
bump_message = "release $current_version → $new_version []"
|
|
annotated_tag = true
|
|
version = "1.2.1"
|
|
update_changelog_on_bump = false
|
|
gpg_sign = true
|
|
allow_abort = true
|
|
version_files = [
|
|
"_config.yml:version"
|
|
]
|