chore: update Makefile bump-version command

This commit is contained in:
Meng Zhang 2024-08-22 12:36:38 -07:00
parent f913960e1a
commit 7f44d0c69e

View File

@ -21,7 +21,7 @@ caddy:
caddy run --watch --config ee/tabby-webserver/development/Caddyfile
bump-version:
cargo ws version --force "*"
cargo ws version --force "*" --no-individual-tags --allow-branch "main"
bump-release-version:
cargo ws version --allow-branch "r*" --no-individual-tags --force "*"