forked from juspay/superposition
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cog.toml
38 lines (29 loc) · 1009 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
from_latest_tag = true
ignore_merge_commits = false
branch_whitelist = []
tag_prefix = "v"
monorepo_version_separator = "-"
pre_bump_hooks = []
pre_package_bump_hooks = [
"echo 'upgrading {{package}}' to {{version}}",
"cargo set-version --package {{package}} {{version}}"
]
post_package_bump_hooks = []
post_bump_hooks = []
[commit_types]
[changelog]
path = "CHANGELOG.md"
authors = []
[bump_profiles]
[packages]
context_aware_config = { path = "crates/context_aware_config" }
experimentation_platform = { path = "crates/experimentation_platform" }
service_utils = { path = "crates/service_utils" }
frontend = { path = "crates/frontend" }
caclang = { path = "crates/caclang" }
cac_client = { path = "crates/cac_client" }
experimentation_client = { path = "crates/experimentation_client" }
superposition_types = { path = "crates/superposition_types" }
js_client = { path = "clients/js" }
haskell_client = { path = "clients/haskell" }
superposition_macros = { path = "crates/superposition_macros" }