Use release-it plugin to bump version in sonar-project.properties
[e-mobility-charging-stations-simulator.git] / .release-it.json
index c6dd7dd3d1d140a7007ebfb4df24099c740b10b2..7151d7731e9934d3e4df570d59360b3bdbf552f4 100644 (file)
     "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"
   }
 }