generated from alecodes/base-template
chore: add cocogitto config
This commit is contained in:
parent
e8fed4ce19
commit
0a32e22556
1 changed files with 25 additions and 0 deletions
25
cog.toml
Normal file
25
cog.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
||||||
|
from_latest_tag = false
|
||||||
|
ignore_merge_commits = true
|
||||||
|
disable_changelog = false
|
||||||
|
disable_bump_commit = false
|
||||||
|
generate_mono_repository_global_tag = true
|
||||||
|
generate_mono_repository_package_tags = true
|
||||||
|
branch_whitelist = []
|
||||||
|
skip_ci = "[skip ci]"
|
||||||
|
skip_untracked = false
|
||||||
|
pre_bump_hooks = []
|
||||||
|
post_bump_hooks = []
|
||||||
|
pre_package_bump_hooks = []
|
||||||
|
post_package_bump_hooks = []
|
||||||
|
|
||||||
|
[git_hooks]
|
||||||
|
|
||||||
|
[commit_types]
|
||||||
|
|
||||||
|
[changelog]
|
||||||
|
path = "CHANGELOG.md"
|
||||||
|
authors = []
|
||||||
|
|
||||||
|
[bump_profiles]
|
||||||
|
|
||||||
|
[packages]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue