BUMP_ARGS

This commit is contained in:
Tony Garnock-Jones 2023-10-05 09:56:39 +02:00
parent a83999d6ed
commit 8055895319
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ ws-bump:
cargo workspaces version \
--no-global-tag \
--individual-tag-prefix '%n-v' \
--allow-branch 'main'
--allow-branch 'main' \
$(BUMP_ARGS)
ws-publish:
cargo workspaces publish \