Automatically format a changelog while releasing.
[e-mobility-charging-stations-simulator.git] / .release-it.json
1 {
2 "git": {
3 "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
4 "pushRepo": "upstream"
5 },
6 "npm": {
7 "publish": false
8 },
9 "github": {
10 "release": true
11 },
12 "hooks": {
13 "after:bump": "npx auto-changelog -p"
14 }
15 }