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(autorelease): fix rule regex
author
Gwen Le Bihan
date
1 year ago
(Feb 5, 2025, 3:06 AM +0100)
commit
cfe1e0cc
cfe1e0cc9fbf261bcdcb8295fe15e7cdb9d96cc3
parent
ea86c8ae
ea86c8ae40118b73ce1f5c74f69fa4f2a49faa4e
+1
-1
1 changed file
Expand all
Collapse all
Unified
Split
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
Reviewed
···
83
83
extends: .gitops
84
84
stage: build
85
85
rules:
86
86
-
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /\[ci release\]$/
86
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