diff --git a/package.json b/package.json index 9552c3d..51dc323 100644 --- a/package.json +++ b/package.json @@ -30,12 +30,12 @@ "git": { "commit": true, "requireCleanWorkingDir": false, - "commitMessage": "🚀Bumped version to v${version}", + "commitMessage": "🚀Bumped version to ${version}", "requireBranch": "dev", "push": false, "tag": true, "tagName": null, - "tagAnnotation": "v${version}" + "tagAnnotation": "${version}" }, "npm": { "publish": false