From 2385b4a67b734df417952fcf8e01abc33d006973 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 13 Oct 2023 11:28:17 -0700 Subject: [PATCH] chore: add bump-version and bump-release-version in Makefile --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 87b4bce..16a678e 100644 --- a/Makefile +++ b/Makefile @@ -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