Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 0202ab5e authored by Christophe Chaudier's avatar Christophe Chaudier :rocket:
Browse files

Merge branch '16-ci-create-release-on-tag' into 'master'

Resolve "(ci) create release on tag"

Closes #16

See merge request !18
parents a0737096 c24a9234
No related branches found
No related tags found
1 merge request!18Resolve "(ci) create release on tag"
Pipeline #2675 passed with warnings
...@@ -47,3 +47,16 @@ bash-lint: ...@@ -47,3 +47,16 @@ bash-lint:
} }
ls -lrt ls -lrt
_shellcheck *.sh _shellcheck *.sh
release:
stage: delivery
image: registry.gitlab.com/gitlab-org/release-cli:latest
script:
- echo 'Create release for TAG $CI_COMMIT_TAG'
release:
tag_name: '$CI_COMMIT_TAG'
description: './changelogs/$CI_COMMIT_TAG.md'
milestones:
- '$CI_COMMIT_TAG'
rules:
- if: '$CI_COMMIT_TAG'
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.1.0] - 2021-09-06
### Added
- Init configuration file
- Export all my groups and project from one GitLab instance
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