repositories
/
e-mobility-charging-stations-simulator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2147cf3
)
Fix CHANGELOG.md commit link generation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 30 May 2021 18:26:56 +0000
(20:26 +0200)
committer
Jé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
patch
|
blob
|
blame
|
history
diff --git
a/.release-it.json
b/.release-it.json
index e4cd6e8bf80993e3ac2028d4f8d7f19237bf26f0..1e7e3a5030655e7a612c630e70a20ab71e904d2a 100644
(file)
--- a/
.release-it.json
+++ b/
.release-it.json
@@
-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}
"
}
}