diff --git a/package.json b/package.json index b4916c4..42855b6 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "git": { "commit": true, "requireCleanWorkingDir": false, - "commitMessage": "🚀Bumped version to ${version}", + "commitMessage": "chore: release ${version}", "requireBranch": "main", "push": true, "tag": true, - "tagName": null, + "tagName": "${version}", "tagAnnotation": "${version}" }, "npm": {