Loading jobs/template_release/CHANGELOG.md +3 −0 Original line number Diff line number Diff line # Changelog All notable changes to this job will be documented in this file. ## [0.5.2] - 2024-04-24 * Fix syntax error ## [0.5.1] - 2024-04-24 * Fix syntax error Loading jobs/template_release/template_release.yml +2 −2 Original line number Diff line number Diff line Loading @@ -138,8 +138,8 @@ template_release: ref==${COMMIT_HASH} ) echo "Processed git's 2-digit tag ${JOB_TAGS_MINOR} : ${result}" - else echo "Skipping tagging because ${JOB_RELEASE} is not the latest release" fi - echo "Skipping tagging because ${JOB_RELEASE} is not the latest release" - fi - fi # If we want to release only latest version: break - if [ "${RELEASE_ONLY_LATEST_VERSION}" = "true" ]; then Loading Loading
jobs/template_release/CHANGELOG.md +3 −0 Original line number Diff line number Diff line # Changelog All notable changes to this job will be documented in this file. ## [0.5.2] - 2024-04-24 * Fix syntax error ## [0.5.1] - 2024-04-24 * Fix syntax error Loading
jobs/template_release/template_release.yml +2 −2 Original line number Diff line number Diff line Loading @@ -138,8 +138,8 @@ template_release: ref==${COMMIT_HASH} ) echo "Processed git's 2-digit tag ${JOB_TAGS_MINOR} : ${result}" - else echo "Skipping tagging because ${JOB_RELEASE} is not the latest release" fi - echo "Skipping tagging because ${JOB_RELEASE} is not the latest release" - fi - fi # If we want to release only latest version: break - if [ "${RELEASE_ONLY_LATEST_VERSION}" = "true" ]; then Loading