Skip to content

Commit f0833e2

Browse files
committed
chore: add cog.toml
1 parent 6e46d8a commit f0833e2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

cog.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
from_latest_tag = false
2+
ignore_merge_commits = false
3+
disable_changelog = false
4+
disable_bump_commit = false
5+
generate_mono_repository_global_tag = true
6+
branch_whitelist = []
7+
skip_ci = "[skip ci]"
8+
skip_untracked = false
9+
pre_bump_hooks = []
10+
post_bump_hooks = []
11+
pre_package_bump_hooks = []
12+
post_package_bump_hooks = []
13+
tag_prefix = "v"
14+
15+
[git_hooks]
16+
17+
[commit_types]
18+
19+
[changelog]
20+
path = "CHANGELOG.md"
21+
authors = []
22+
23+
[bump_profiles]
24+
25+
[packages]

0 commit comments

Comments
 (0)