chore(cocogitto): basic configuration

This commit is contained in:
chris 2022-10-30 19:22:43 +01:00
parent 53f1f81b5b
commit f1f6e72e6d
Signed by: chris
GPG Key ID: 75EFC7666CF51AD6
1 changed files with 16 additions and 0 deletions

16
cog.toml Normal file
View File

@ -0,0 +1,16 @@
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]