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:
e7958d4
)
Fix CHANGELOG.md compare link generation
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 30 May 2021 18:33:05 +0000
(20:33 +0200)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sun, 30 May 2021 18:33:05 +0000
(20:33 +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 1e7e3a5030655e7a612c630e70a20ab71e904d2a..4b3575ef6b43ef2810872980b029c731c3fd36c8 100644
(file)
--- a/
.release-it.json
+++ b/
.release-it.json
@@
-10,6
+10,6
@@
"release": true
},
"hooks": {
- "after:bump": "npx auto-changelog -p --commit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}"
+ "after:bump": "npx auto-changelog -p --com
pare-url https://github.com/sap-labs-france/ev-simulator/compare/{from}...{to} --com
mit-url https://github.com/sap-labs-france/ev-simulator/commit/{id}"
}
}