Add GetDiagnostics command support
[e-mobility-charging-stations-simulator.git] / .release-it.json
CommitLineData
cc6b7578 1{
cc6b7578 2 "git": {
d22589b3 3 "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
4e92c9db 4 "pushRepo": "upstream"
cc6b7578
JB
5 },
6 "npm": {
7 "publish": false
8 },
9 "github": {
10 "release": true
9c03a8d5
JB
11 },
12 "hooks": {
d22589b3 13 "after:bump": "npx auto-changelog -p -u"
cc6b7578
JB
14 }
15}