Switch to @release-it/keep-a-changelog to maintain CHANGELOG.md
[e-mobility-charging-stations-simulator.git] / .release-it.json
CommitLineData
cc6b7578 1{
cc6b7578 2 "git": {
1cb34ccd
JB
3 "commitMessage": "Version ${version}",
4 "tagAnnotation": "Version ${version}",
b73ff562 5 "pushRepo": "origin"
cc6b7578
JB
6 },
7 "npm": {
8 "publish": false
9 },
10 "github": {
6f5db2ed
JB
11 "release": true,
12 "releaseName": "Version ${version}"
9c03a8d5
JB
13 },
14 "hooks": {
17df8557
JB
15 "after:bump": "npm run sonar:properties"
16 },
17 "plugins": {
18 "@release-it/keep-a-changelog": {
19 "filename": "CHANGELOG.md"
20 }
cc6b7578
JB
21 }
22}