Skip to content
Snippets Groups Projects

allow for hotfixes

Merged Marco Wettstein requested to merge f/hotfixes into master
@@ -57,7 +57,7 @@ image: panterch/docker-ci-kubernetes-deploy
yarn global add --silent semantic-release \
@semantic-release/commit-analyzer \
@semantic-release/release-notes-generator \
@semantic-release/git \
https://github.com/panter/git.git#b4037626cc583d3e9f7995ea0604b23730d0a22e \ # see https://github.com/semantic-release/git/pull/213
@semantic-release/changelog \
@semantic-release/gitlab \
@semantic-release/exec;
@@ -70,7 +70,7 @@ image: panterch/docker-ci-kubernetes-deploy
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/git", {
"message": "chore(\${branch}): \${nextRelease.version}\n\n\${nextRelease.notes}"
"message": "chore(\${branch.type}): \${nextRelease.version}\n\n\${nextRelease.notes}"
}],
["@semantic-release/gitlab", {
"gitlabUrl": "https://git.panter.ch"
Loading