Release 1.0.9
[e-mobility-charging-stations-simulator.git] / .release-it.json
CommitLineData
cc6b7578 1{
cc6b7578 2 "git": {
bf45eb68 3 "changelog": "npx auto-changelog --stdout --commit-limit false --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id} --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": {
d2b9eb67 13 "after:bump": "npx auto-changelog -p --compare-url https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to} --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}"
cc6b7578
JB
14 }
15}