chore: add docs to just commands

This commit is contained in:
Alexander Navarro 2025-04-15 16:33:55 -04:00
parent 1815487517
commit 6cf98d1f1a
2 changed files with 9 additions and 2 deletions

View file

@ -9,6 +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",
"just build",
"just publish",
"echo 'bumping from {{latest|0.0.0}} to {{version|0.0.1}}'",
"cargo bump {{version|0.0.1}}",