diff --git a/package.json b/package.json index 043ece3..e77d094 100644 --- a/package.json +++ b/package.json @@ -33,10 +33,15 @@ "commitMessage": "🚀Bumped version to v${version}", "requireBranch": "dev", "push": false, - "tag": false + "tag": true, + "tagName": null, + "tagAnnotation": "v${version}" }, "npm": { "publish": false + }, + "hooks": { + "after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node order_i18n.js && git add src/locales" } } -} +} \ No newline at end of file