chore(cocogitto): basic configuration
This commit is contained in:
parent
53f1f81b5b
commit
f1f6e72e6d
1 changed files with 16 additions and 0 deletions
16
cog.toml
Normal file
16
cog.toml
Normal 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]
|
Loading…
Reference in a new issue