forked from movementlabsxyz/movement
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcog.toml
More file actions
33 lines (28 loc) · 651 Bytes
/
cog.toml
File metadata and controls
33 lines (28 loc) · 651 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
from_latest_tag = true
ignore_merge_commits = true
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = false
generate_mono_repository_package_tags = false
branch_whitelist = [
"main",
]
skip_ci = "[skip ci]"
skip_untracked = true
pre_bump_hooks = [
"echo {{version}}",
"cargo set-version {{version}} --exclude movement-faucet-service"
]
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
[git_hooks]
[commit_types]
[changelog]
path = "CHANGELOG.md"
template = "remote"
remote = "github.com"
repository = "movement"
owner = "movementlabsxyz"
[bump_profiles]
[packages]