diff --git a/Makefile b/Makefile index 123d08ac7..5f674b586 100644 --- a/Makefile +++ b/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 "*"