Fix CHANGELOG.md commit link generation
[e-mobility-charging-stations-simulator.git] / .release-it.json
index e4cd6e8bf80993e3ac2028d4f8d7f19237bf26f0..1e7e3a5030655e7a612c630e70a20ab71e904d2a 100644 (file)
@@ -10,6 +10,6 @@
     "release": true
   },
   "hooks": {
-    "after:bump": "npx auto-changelog -p"
+    "after:bump": "npx auto-changelog -p --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}"
   }
 }