Add script to sync sonar properties with package.json
[e-mobility-charging-stations-simulator.git] / .release-it.json
index 05c400808ad6ce795ab2ad275ef7b3212ead792f..3ffb0521e214de126ab9bbadc6083243658ccd31 100644 (file)
@@ -13,6 +13,6 @@
     "releaseName": "Version ${version}"
   },
   "hooks": {
-    "after:bump": "npx auto-changelog -p -u"
+    "after:bump": "npx auto-changelog -p -u && npm run sonar:properties"
   }
 }