chore: update bump tasks

This commit is contained in:
Alexander Navarro 2025-04-15 15:20:53 -04:00
parent 49c8682164
commit c535ee2765
2 changed files with 4 additions and 1 deletions

View file

@ -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}}",
]