diff --git a/package.json b/package.json index 3e22011..88f974a 100644 --- a/package.json +++ b/package.json @@ -31,12 +31,12 @@ "git": { "commit": true, "requireCleanWorkingDir": false, - "commitMessage": "🚀Bumped version to v${version}", - "requireBranch": "dev", + "commitMessage": "🚀Bumped version to ${version}", + "requireBranch": "main", "push": false, "tag": true, "tagName": null, - "tagAnnotation": "v${version}" + "tagAnnotation": "${version}" }, "npm": { "publish": false