-
Notifications
You must be signed in to change notification settings - Fork 0
/
cog.toml
39 lines (34 loc) · 970 Bytes
/
cog.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
from_latest_tag = true
ignore_merge_commits = true
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
branch_whitelist = []
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = []
post_bump_hooks = [
"git push",
"git push origin --tags"
]
pre_package_bump_hooks = []
post_package_bump_hooks = []
monorepo_version_separator = "/"
tag_prefix = "v"
[git_hooks]
[commit_types]
chore = { changelog_title = "Chores" }
[changelog]
path = "CHANGELOG.md"
authors = []
[bump_profiles]
[packages]
aws = { path = "aws" }
databricks = { path = "databricks" }
github-terraform-databricks-modules = { path = "github/terraform-aws-modules" }
github-lazzurs = { path = "github/lazzurs" }
github-unicornops = { path = "github/unicornops" }
github-terraform-gh-modules = { path = "github/terraform-gh-modules" }
gcp = { path = "gcp" }
azure = { path = "azure" }
cloudflare-unicornops = { path = "cloudflare/unicornops" }