17 lines
237 B
TOML
17 lines
237 B
TOML
|
ignore_merge_commits = true
|
||
|
branch_whitelist = []
|
||
|
pre_bump_hooks = []
|
||
|
post_bump_hooks = []
|
||
|
|
||
|
tag_prefix= "v"
|
||
|
|
||
|
[commit_types]
|
||
|
|
||
|
[changelog]
|
||
|
path = "CHANGELOG.md"
|
||
|
authors = [
|
||
|
{ signature = "chris", username = "chris" }
|
||
|
]
|
||
|
|
||
|
[bump_profiles]
|