Skip to content

Commit 7469a47

Browse files
author
Marvin Strangfeld
committed
ci: [DEX-2411] Add GitLab release tracking
1 parent 0188441 commit 7469a47

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.gitlab-ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ include:
77
file:
88
- '/templates/.buildkit.yml'
99
- '/templates/.secret-detection.yml'
10+
- '/templates/.gitlab-release.yml'
1011
- template: Security/SAST.gitlab-ci.yml
1112

1213
# Global --------------------------
@@ -297,3 +298,9 @@ pypi upload:
297298
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
298299
script:
299300
- poetry publish --verbose --no-interaction
301+
302+
gitlab release:
303+
stage: publish
304+
extends: .create_gitlab_release
305+
rules:
306+
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'

0 commit comments

Comments
 (0)