Loading jobs/template_release/CHANGELOG.md +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) Loading jobs/template_release/template_release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
jobs/template_release/CHANGELOG.md +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) Loading
jobs/template_release/template_release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading