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 0be495a8 authored by Dorian Turba's avatar Dorian Turba
Browse files

fix: template default stage

parent aed07baf
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@ release_by_changelog:
NAME_PREFIX: $PREFIX
NAME_SUFFIX: $SUFFIX
image: registry.gitlab.com/gitlab-org/release-cli
stage: test
stage: deploy
script:
# Use grep to find version headers and store them in a variable
- 'headers=$(grep -nE "^## \[([0-9]+)\.([0-9]+)\.([0-9]+)(-[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?(\+[0-9A-Za-z-]+(\.[0-9A-Za-z-]+)*)?\] - [0-9]{4}-[0-9]{2}-[0-9]{2}$" "$CHANGELOG_FILEPATH")'
......
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