forked from johnstonskj/rust-rdftk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
34 lines (30 loc) · 775 Bytes
/
cog.toml
File metadata and controls
34 lines (30 loc) · 775 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
33
34
tag_prefix = ""
from_latest_tag = false
ignore_merge_commits = true
branch_whitelist = ["main"]
pre_bump_hooks = [
"cargo set-version --workspace {{version}}",
]
post_bump_hooks = [
"git push --no-verify",
"git push origin {{version}} --no-verify",
"cd crate/ekg-error && cargo publish",
"cd crate/ekg-namespace && cargo publish",
"cd crate/ekg-util && cargo publish",
"cd crate/ekg-identifier && cargo publish",
"cd crate/ekg-sparql && cargo publish",
]
pre_package_bump_hooks = []
post_package_bump_hooks = []
[commit_types]
[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "ekg-rs"
owner = "EKGF"
authors = [
{ username = "jgeluk", signature = "Jacobus Geluk" },
]
[bump_profiles]
[packages]