Skip to content
Snippets Groups Projects
Commit 4575ded9 authored by Thomas Boni's avatar Thomas Boni :speech_balloon:
Browse files

fix(template_release): fix syntax error

parent 7b977da1
No related branches found
No related tags found
No related merge requests found
Pipeline #1266102794 passed with warnings
# Changelog
All notable changes to this job will be documented in this file.
## [0.5.1] - 2024-04-24
* Fix syntax error
## [0.5.0] - 2024-04-24
* introduce semantic tagging as disabled by default (`SEMANTIC_TAGGING_ENABLED` variable)
* Introduce semantic tagging as disabled by default (`SEMANTIC_TAGGING_ENABLED` variable)
## [0.4.0] - 2024-04-22
* Release only the latest version by default (`RELEASE_ONLY_LATEST_VERSION` variable)
......
......@@ -137,7 +137,7 @@ template_release:
tag_name==${JOB_TAGS_MINOR} \
ref==${COMMIT_HASH} )
echo "Processed git's 2-digit tag ${JOB_TAGS_MINOR} : ${result}"
else
- else
echo "Skipping tagging because ${JOB_RELEASE} is not the latest release"
fi
- fi
......
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