Added releaseit config

ref #17
This commit is contained in:
Nicolai Ort 2021-03-27 19:29:47 +01:00
parent 00f8d8023e
commit eec6a358d8
1 changed files with 7 additions and 2 deletions

View File

@ -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"
}
}
}
}