feat: run release preparation on tags in tag only flow
This commit is contained in:
@@ -161,6 +161,7 @@ unbound_release_prepare_release:
|
|||||||
- if: $CI_DEFAULT_BRANCH != $CI_COMMIT_BRANCH
|
- if: $CI_DEFAULT_BRANCH != $CI_COMMIT_BRANCH
|
||||||
when: never
|
when: never
|
||||||
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\): prepare for .*$/'
|
- if: '$CI_COMMIT_TITLE =~ /^chore\(release\): prepare for .*$/'
|
||||||
|
- if: $CI_COMMIT_TAG && $UNBOUND_RELEASE_TAG_ONLY == "true"
|
||||||
|
|
||||||
unbound_release_create_release:
|
unbound_release_create_release:
|
||||||
stage: .pre
|
stage: .pre
|
||||||
|
|||||||
Reference in New Issue
Block a user