-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcog.toml
34 lines (29 loc) · 801 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
31
32
33
34
from_latest_tag = true
ignore_merge_commits = false
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
branch_whitelist = ["main"]
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = [
"grep version=\\\"{{version}}\\\" data/packaging/xyz.safeworlds.midiconn.metainfo.xml",
"sed -i \"s|project(midiconn VERSION [0-9]\\+.[0-9]\\+.[0-9]\\+|project(midiconn VERSION {{version}}|\" CMakeLists.txt"
]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
tag_prefix = "v"
[git_hooks]
[commit_types]
[changelog]
path = "CHANGELOG.md"
remote = "github.com"
repository = "midiconn"
owner = "mfep"
template = "remote"
authors = [
{ signature = "Lőrinc Serfőző", username = "mfep" }
]
[bump_profiles]
[packages]