Skip to content
Snippets Groups Projects
Verified Commit 1e1fa7b5 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

ci: add automatic release

parent fc9ea2e9
No related branches found
No related tags found
No related merge requests found
Pipeline #10196 failed
---
# Automatic release creation
# TODO: Lint check for arduino
# TODO: Arduino-build
# https://docs.gitlab.com/ee/user/project/releases/release_cicd_examples.html
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
script:
- echo "running release_job"
release:
tag_name: '$CI_COMMIT_TAG'
name: 'Release $CI_COMMIT_TAG'
description: 'Automatic release for $CI_COMMIT_TAG.'
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