Skip to content

Commit

Permalink
feat: Implement release creation CI job
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Oct 25, 2023
1 parent 6877a7f commit cdf82c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,15 @@ static-analysis:
script:
- ./continuous-integration/do-static-analysis.install-system-deps.sh
- ./continuous-integration/do-static-analysis.sh

create-release:
stage: release
needs:
- generate-build-artifacts
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
release:
tag_name: $CI_COMMIT_TAG
description: ''
name: $CI_PROJECT_TITLE $CI_COMMIT_TAG

0 comments on commit cdf82c2

Please sign in to comment.