-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
29 lines (26 loc) · 699 Bytes
/
cog.toml
File metadata and controls
29 lines (26 loc) · 699 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
# SPDX-FileCopyrightText: (C) 2025 chris montgomery <chmont@protonmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
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"]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
[changelog]
template = "remote"
remote = "codeberg.org"
owner = "astratagem"
repository = "tuners"
path = "CHANGELOG.md"
authors = [{ signature = "chris montgomery", username = "astratagem" }]
[git_hooks]
[commit_types]
[bump_profiles]
[packages]