This repository has no description
0

Configure Feed

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

ci: debug [ci release]

+2 -1
+2 -1
.gitlab-ci.yml
··· 85 85 rules: 86 86 - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release]/ 87 87 script: 88 - - wget https://github.com/watawuwu/bump/releases/download/v0.4.3/bump-v0.4.3-x86_64-unknown-linux-gnu.tar.gz -O - | tar -xz 88 + - wget https://github.com/watawuwu/bump/releases/download/v0.4.3/bump-v0.4.3-x86_64-unknown-linux-gnu.tar.gz -O - | tar -xz 89 + - ls 89 90 - git fetch --tags 90 91 - latest_tag=$(git tag -l --sort=-v:refname | head -n 1) 91 92 - git tag $(./bump minor $latest_tag)