This repository has no description
0

Configure Feed

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

ci(autorelease): remove manual rule [ci release]

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