From 2af682d1dd09df496eb9f3a9111c50c0c4117356 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Fri, 28 Mar 2025 21:20:30 +0100 Subject: [PATCH] ci: remove "v" prefix from tags --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index cedb5a0..69f405e 100644 --- a/package.json +++ b/package.json @@ -91,12 +91,12 @@ "git": { "commit": true, "requireCleanWorkingDir": false, - "commitMessage": "chore(release): v${version}", + "commitMessage": "chore(release): ${version}", "requireBranch": "dev", "push": true, "tag": true, - "tagName": "v${version}", - "tagAnnotation": "v${version}" + "tagName": "${version}", + "tagAnnotation": "${version}" }, "npm": { "publish": false @@ -111,4 +111,4 @@ "docs/*" ] } -} +} \ No newline at end of file