chore: add bump-version and bump-release-version in Makefile

r0.3
Meng Zhang 2023-10-13 11:28:17 -07:00
parent d368bfe89a
commit 2385b4a67b
1 changed files with 5 additions and 0 deletions

View File

@ -11,3 +11,8 @@ update-playground:
cd clients/tabby-playground && yarn build
rm -rf crates/tabby/playground && cp -R clients/tabby-playground/out crates/tabby/playground
bump-version:
cargo ws version --no-individual-tags --no-git-push
bump-release-version:
cargo ws version --allow-branch "r*" --no-individual-tags --no-git-push