forked from RustyNova016/musicbrainz_rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
32 lines (29 loc) · 826 Bytes
/
cog.toml
File metadata and controls
32 lines (29 loc) · 826 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
branch_whitelist = [ "main" ]
ignore_merge_commits = true
pre_bump_hooks = [
"cargo test -- --test-threads 1",
"cargo clippy",
"cargo build --release",
"cargo fmt --all",
"cargo set-version {{version}}",
]
post_bump_hooks = [
"git push",
"git push origin {{version}}",
"cargo package",
"cargo publish"
]
[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "musicbrainz_rs"
owner = "oknozor"
authors = [
{ signature = "Paul Delafosse", username = "oknozor" },
{ signature = "okno", username = "oknozor" },
{ signature = "Ritiek Malhotra", username = "ritiek" },
{ signature = "Yesterday17", username = "Yesterday17" },
{ signature = "snylonue", username = "snylonue" },
{ signature = "nappa85", username = "Marco Napetti" },
]