Skip to content
Snippets Groups Projects
Commit d753fcf2 authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

wip

parent 95f3950c
No related branches found
No related tags found
1 merge request!43Добавлена задача выпуска релиза
This commit is part of merge request !43. Comments created here will be created in the context of that merge request.
......@@ -72,4 +72,20 @@ prepare_release:
paths:
- vars.env
- current_changelog.md
expire_in: 1 week
\ No newline at end of file
expire_in: 1 week
# ----- release -----
release:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_PIPELINE_SOURCE == "pipeline" && $NEEDS_RELEASE == "true"
- if: $CI_PIPELINE_SOURCE == "web"
when: manual
script:
- echo "Start release $VERSION"
# release:
# name: 'Release $VERSION'
# description: '$CI_COMMIT_TAG'
# tag_name: '$VERSION'
\ No newline at end of file
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