Initial release

This commit is contained in:
sonny 2020-12-26 16:37:56 +01:00
parent 1760b496c6
commit 7bcb700dfa
12 changed files with 865 additions and 26 deletions

12
gitlab/release.yml Normal file
View file

@ -0,0 +1,12 @@
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG
script:
- echo 'running release job'
release:
name: 'Release $CI_COMMIT_TAG'
description: './CHANGELOG.md'
tag_name: '$CI_COMMIT_TAG'
ref: '$CI_COMMIT_TAG'