alpha
Login
or
Join now
gwen.works
/
churros-notella
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ci: debug [ci release]
author
Gwen Le Bihan
date
1 year ago
(Feb 5, 2025, 3:38 AM +0100)
commit
6203ad70
6203ad703882e38e6146331dbd13cc28776df03d
parent
4c192f14
4c192f1456f913f57845dd3735133c53634ad9d6
+2
-1
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+2
-1
.gitlab-ci.yml
Reviewed
···
85
85
rules:
86
86
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release]/
87
87
script:
88
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
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
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)