-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
31 lines (28 loc) · 784 Bytes
/
cog.toml
File metadata and controls
31 lines (28 loc) · 784 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
# SPDX-FileCopyrightText: 2024-2026 Temple University <kleinweb@temple.edu>
# SPDX-License-Identifier: CC0-1.0
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
pre_bump_hooks = ["just check", "just release::bump {{latest}} {{version}}"]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
[changelog]
template = "remote"
remote = "github.com"
owner = "kleinweb"
repository = "lib"
path = "CHANGELOG.md"
authors = [
{ signature = "Chris Montgomery", username = "montchr" },
{ signature = "Bella Pezzati", username = "bpizzle" },
]
[git_hooks]
[commit_types]
[bump_profiles]
[packages]