Skip to content
Snippets Groups Projects

allow for hotfixes

Merged Marco Wettstein requested to merge f/hotfixes into master
@@ -70,7 +70,7 @@ image: panterch/docker-ci-kubernetes-deploy
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
["@semantic-release/git", {
"message": "chore(release): \${nextRelease.version}\n\n\${nextRelease.notes}"
"message": "chore(\${branch.type}): \${nextRelease.version}\n\n\${nextRelease.notes}"
}],
["@semantic-release/gitlab", {
"gitlabUrl": "https://git.panter.ch"
@@ -534,7 +534,7 @@ image: panterch/docker-ci-kubernetes-deploy
# do not do the automatic release on hotfix branches
except:
refs:
- /^[0-9]+\.([0-9]+|x)\.x$/ # hotfix branches
- /^[0-9]+\.([0-9]+|x)\.x$/ # hotfix branches
extends: .deploy-to-kubernetes-dev
.stage-deploy-automatic:
Loading