From 805589531959434c18e16700b093bdf5b67d149e Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 5 Oct 2023 09:56:39 +0200 Subject: [PATCH] BUMP_ARGS --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5795d13..e5ec60a 100644 --- a/Makefile +++ b/Makefile @@ -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 \