Skip to content
Snippets Groups Projects
Commit ab4f1dd5 authored by Jerome Chauveau's avatar Jerome Chauveau
Browse files

on verra + tard pour le CI...

parent 8b3c23ca
Branches
Tags V1.3
No related merge requests found
job:
release:
tag_name: ${MAJOR}_${MINOR}_${REVISION}
description: 'Release description'
release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually
script:
- echo "running release_job"
release:
name: 'Release $CI_COMMIT_TAG'
description: 'Created using the release-cli $EXTRA_DESCRIPTION' # $EXTRA_DESCRIPTION must be defined
tag_name: '$CI_COMMIT_TAG' # elsewhere in the pipeline.
ref: '$CI_COMMIT_TAG'
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment