Skip to content
Snippets Groups Projects
Commit 3b8cfb90 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Automatically create GitLab release.

parent 41f5f6d0
No related branches found
Tags 6.3.3
No related merge requests found
......@@ -60,3 +60,4 @@ include:
- local: '/scripts/ci/jobs/clang-tidy.yml'
- local: '/scripts/ci/jobs/web.yml'
- local: '/scripts/ci/jobs/container.yml'
- local: '/scripts/ci/jobs/release.yml'
release:
stage: package
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo 'Running release job.'
release:
tag_name: '$CI_COMMIT_TAG'
description: 'Created using the GitLab release-cli.'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment