mirror of
https://github.com/TabbyML/tabby
synced 2024-11-22 00:08:06 +00:00
chore: update Makefile bump-version command
This commit is contained in:
parent
f913960e1a
commit
7f44d0c69e
2
Makefile
2
Makefile
@ -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 "*"
|
||||
|
Loading…
Reference in New Issue
Block a user