This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

ci(autorelease): fix rule regex

+1 -1
+1 -1
.gitlab-ci.yml
··· 83 83 extends: .gitops 84 84 stage: build 85 85 rules: 86 - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release\]$/ 86 + - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release]/ 87 87 - when: manual 88 88 script: 89 89 - go get github.com/guilhem/bump@v0.2.3