mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-02-18 13:44:15 -05:00
12 lines
284 B
TOML
12 lines
284 B
TOML
[tool.commitizen]
|
|
bump_message = "release $current_version → $new_version []"
|
|
annotated_tag = true
|
|
update_changelog_on_bump = true
|
|
changelog_incremental = true
|
|
changelog_start_rev = "v0.4.7"
|
|
gpg_sign = true
|
|
allow_abort = true
|
|
version_files = [
|
|
"_layouts/default.html:Version"
|
|
]
|