generated from alecodes/base-template
chore: update bump tasks
This commit is contained in:
parent
49c8682164
commit
c535ee2765
2 changed files with 4 additions and 1 deletions
2
cog.toml
2
cog.toml
|
|
@ -9,7 +9,7 @@ skip_ci = "[skip ci]"
|
|||
skip_untracked = false
|
||||
pre_bump_hooks = [
|
||||
"sed -E -i 's/(\"version\":) \"[0-9.]{5}\"/\\1 \"{{version|0.0.1}}\"/gi' package.json",
|
||||
"cargo build --release",
|
||||
"just publish",
|
||||
"echo 'bumping from {{latest|0.0.0}} to {{version|0.0.1}}'",
|
||||
"cargo bump {{version|0.0.1}}",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue