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