This repository has no description
0

Configure Feed

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

ci(autorelease): use another cli, this one is broken

+2 -3
+2 -3
.gitlab-ci.yml
··· 86 86 - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release\]$/ 87 87 - when: manual 88 88 script: 89 - - go get -v -u github.com/usvc/semver/cmd/semver 89 + - go get github.com/guilhem/bump@v0.2.3 90 90 - git fetch --tags 91 - - latest_tag=$(git tag -l --sort=-v:refname | head -1) 92 - - git tag v$(semver bump minor $latest_tag) 91 + - bump minor 93 92 - git push --tags 94 93 95 94