repositories
/
poolifier.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
637fb03
)
fix: make release-it compliant with conventionnal commits
author
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 10 Feb 2023 12:12:04 +0000
(13:12 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Fri, 10 Feb 2023 12:12:04 +0000
(13:12 +0100)
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 2ce404dbdfa9e3917b2aeccce9e78d2c399111cd..f9dd74e2121cea562a5c546556c6310d6f3512b5 100644
(file)
--- a/
.release-it.json
+++ b/
.release-it.json
@@
-1,6
+1,6
@@
{
"git": {
- "commitMessage": "v${version}",
+ "commitMessage": "
chore:
v${version}",
"tagAnnotation": "v${version}",
"pushRepo": "upstream"
},