chore: initial commit
This commit is contained in:
commit
cc4f3398ff
37 changed files with 2210 additions and 0 deletions
17
cog.toml
Normal file
17
cog.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
from_latest_tag = false
|
||||
ignore_merge_commits = false
|
||||
branch_whitelist = []
|
||||
pre_bump_hooks = []
|
||||
post_bump_hooks = []
|
||||
pre_package_bump_hooks = []
|
||||
post_package_bump_hooks = []
|
||||
|
||||
[commit_types]
|
||||
|
||||
[changelog]
|
||||
path = "CHANGELOG.md"
|
||||
authors = []
|
||||
|
||||
[bump_profiles]
|
||||
|
||||
[packages]
|
||||
Loading…
Add table
Add a link
Reference in a new issue