Glab
📦_release-with-glab:
stage: release
image:
name: gitlab/glab
entrypoint: [""]
script: |
glab auth login -h gitlab.com -t ***
glab release create $### -n "Release $###" --notes "Interesting notes for release"
# Only if I create a tag
rules:
- if: $???