From 11b5a187b9186ce130a482c48574d013fe63fd1b Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Sun, 8 Jan 2023 13:19:06 +0100 Subject: [PATCH] Fix tag format template --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f27ce40..3dbcf8d 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ test-all: ws-bump: cargo workspaces version \ --no-global-tag \ - --individual-tag-prefix '%nv' \ + --individual-tag-prefix '%n-v' \ --allow-branch 'main' ws-publish: