Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
{
"git": {
- "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",
+ "changelog": "npx auto-changelog --stdout --commit-limit false --unreleased --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs",
"pushRepo": "upstream"
},
"npm": {
"release": true
},
"hooks": {
- "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}"
+ "after:bump": "npx auto-changelog -p -u"
}
}
}
],
"main": "dist/start.js",
+ "auto-changelog": {
+ "commitUrl": "https://github.com/sap-labs-france/ev-simulator/commit/{id}",
+ "issueUrl": "https://github.com/sap-labs-france/ev-simulator/issues/{id}",
+ "mergeUrl": "https://github.com/sap-labs-france/ev-simulator/pull/{id}",
+ "compareUrl": "https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to}"
+ },
"scripts": {
"prestart": "npm run build",
"start": "cross-env NODE_ENV=production node -r source-map-support/register dist/start.js",