-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathcog.toml
35 lines (28 loc) · 787 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
35
from_latest_tag = true
ignore_merge_commits = false
branch_whitelist = ["main", "minemacs-ng"]
pre_bump_hooks = []
post_bump_hooks = [
# "git push",
# "git push --tags"
]
pre_package_bump_hooks = []
post_package_bump_hooks = []
tag_prefix = "v"
[commit_types]
tweak = { changelog_title = "Tweaks" }
nit = { changelog_title = "Nitpicks, changes with no side effect" }
[changelog]
path = "docs/changelog.md"
template = "remote"
remote = "github.com"
repository = "minemacs"
owner = "abougouffa"
authors = [
{ signature = "Abdelhak Bougouffa", username = "abougouffa" },
{ signature = "DarkBuffalo", username = "DarkBuffalo"},
{ signature = "donneyluck", username = "donneyluck"},
{ signature = "Nguyễn Hữu Mạnh", username = "Hmanhng"}
]
[bump_profiles]
[packages]