-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcog.toml
More file actions
34 lines (27 loc) · 715 Bytes
/
cog.toml
File metadata and controls
34 lines (27 loc) · 715 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
skip_ci = "[skip ci]"
skip_untracked = false
from_latest_tag = true
ignore_merge_commits = true
tag_prefix = "v"
disable_bump_commit = true
pre_bump_hooks = [
".cog/bump_version.sh {{version}}"
]
post_bump_hooks = [
"git add CHANGELOG.md",
"git commit -m 'chore: bump version to {{version}}'",
# Re-tag release commit to ensure a signed tag
"git tag {{version_tag}} --force --sign --annotate --message='Release {{version}}'"
]
[git_hooks]
[commit_types]
chore = { changelog_title = "", omit_from_changelog = true }
[changelog]
remote = "github.com"
owner = "jfro"
repository = "fuzzy_catalog"
authors = [
{ username = "jfro", signature = "Jeremy Knope" }
]
[bump_profiles]
[packages]