Fix CHANGELOG.md commit link generation
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 30 May 2021 18:26:56 +0000 (20:26 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 30 May 2021 18:26:56 +0000 (20:26 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.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}"
   }
 }