Skip to content

Commit 820d4ee

Browse files
committed
ci(cog): added initial cog.toml for conventional commit enforcement
1 parent b08e1dc commit 820d4ee

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

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+
generate_mono_repository_package_tags = true
7+
branch_whitelist = []
8+
skip_ci = "[skip ci]"
9+
skip_untracked = false
10+
pre_bump_hooks = []
11+
post_bump_hooks = []
12+
pre_package_bump_hooks = []
13+
post_package_bump_hooks = []
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)