-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
36 lines (29 loc) · 755 Bytes
/
cog.toml
File metadata and controls
36 lines (29 loc) · 755 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
from_latest_tag = false
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
tag_prefix = "v"
pre_package_bump_hooks = []
post_package_bump_hooks = []
pre_bump_hooks = [
"echo 'bumping version from {{latest}} to {{version}}'"
]
post_bump_hooks = [
"git push",
"echo 'bump done with chore commit for notes appended to changelog'",
]
[git_hooks]
[commit_types]
[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "PerformanceTestingCLEO"
owner = "yoctoyotta1024"
authors = [{ username = "yoctoyotta1024", signature = "Clara Bayley" }]
[bump_profiles]
[packages]