-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
45 lines (35 loc) · 775 Bytes
/
cog.toml
File metadata and controls
45 lines (35 loc) · 775 Bytes
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
40
41
42
43
44
45
# https://github.com/cocogitto/cocogitto
# https://docs.cocogitto.io/reference/config.html
from_latest_tag = false
ignore_merge_commits = false
ignore_fixup_commits = true
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
generate_mono_repository_package_tags = true
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = [
"echo {{version}}",
]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
branch_whitelist = [
"master",
]
[git_hooks]
[commit_types]
[changelog]
path = "CHANGELOG.md"
authors = []
[bump_profiles]
[packages.api]
path = "api/"
bump_order = 1
[packages.python-server]
path = "python-server/"
bump_order = 2
[packages.web-ui]
path = "web-ui/"
bump_order = 3