X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.release-it.json;h=7151d7731e9934d3e4df570d59360b3bdbf552f4;hb=b40b5cb39eb44088100f2ce5efc2a6fdf4b84f26;hp=c6dd7dd3d1d140a7007ebfb4df24099c740b10b2;hpb=6e19d740e336a380447c5da50f777cdbeefaf485;p=e-mobility-charging-stations-simulator.git diff --git a/.release-it.json b/.release-it.json index c6dd7dd3..7151d773 100644 --- a/.release-it.json +++ b/.release-it.json @@ -12,7 +12,12 @@ "release": true, "releaseName": "Version ${version}" }, + "plugins": { + "@release-it/bumper": { + "out": ["sonar-project.properties"] + } + }, "hooks": { - "after:bump": "npx auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs && npm run sonar:properties" + "after:bump": "npx auto-changelog --commit-limit false --package --template https://raw.githubusercontent.com/release-it/release-it/master/templates/keepachangelog.hbs" } }