Skip to content

Commit 254d977

Browse files
author
Marvin Strangfeld
committed
ci: [DEX-2415] Add GitLab release tracking
1 parent 82948d7 commit 254d977

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .gitlab-ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include:
66
- project: 'deepl/ops/ci-cd-infrastructure/gitlab-ci-lib'
77
file:
88
- '/templates/.secret-detection.yml'
9+
- '/templates/.gitlab-release.yml'
910
- template: Security/SAST.gitlab-ci.yml
1011

1112
# Global --------------------------
@@ -225,3 +226,9 @@ publish_manual:
225226
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
226227
script:
227228
- ./gradlew publish
229+
230+
gitlab release:
231+
stage: publish
232+
extends: .create_gitlab_release
233+
rules:
234+
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'

0 commit comments

Comments
 (0)