-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcog.toml
30 lines (27 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
ignore_merge_commits = false
branch_whitelist = []
pre_bump_hooks = []
post_bump_hooks = []
[commit_types]
access = { changelog_title = "Accessibility" }
config = { changelog_title = "Configuration" }
deprecate = { changelog_title = "Deprecation" }
init = { changelog_title = "Initialization" }
lang = { changelog_title = "Language & Internationalization" }
merge = { changelog_title = "Merging" }
metadata = { changelog_title = "Metadata" }
release = { changelog_title = "Release version" }
remove = { changelog_title = "Removal" }
secfix = { changelog_title = "Security fix" }
tool = { changelog_title = "Tooling" }
tag = { changelog_title = "Version tag" }
typo = { changelog_title = "Typo correction" }
wip = { changelog_title = "Work In Progress (WIP)" }
[changelog]
path = "CHANGELOG.md"
template = "./changelog.tera"
remote = "github.com"
owner = "eviweb"
repository = "qa-tools"
authors = [{ signature = "Eric Villard", username = "eviweb" }]
[bump_profiles]