Commit 4575ded9 authored by Thomas Boni's avatar Thomas Boni
Browse files

fix(template_release): fix syntax error

parent 7b977da1
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
# 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)
+1 −1
Original line number Diff line number Diff line
@@ -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