Added releaseit config

ref #17
This commit is contained in:
Nicolai Ort 2021-03-27 19:29:47 +01:00
parent 00f8d8023e
commit eec6a358d8

View File

@ -33,10 +33,15 @@
"commitMessage": "🚀Bumped version to v${version}", "commitMessage": "🚀Bumped version to v${version}",
"requireBranch": "dev", "requireBranch": "dev",
"push": false, "push": false,
"tag": false "tag": true,
"tagName": null,
"tagAnnotation": "v${version}"
}, },
"npm": { "npm": {
"publish": false "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"
} }
} }
} }