Loading project-automation/find-next-release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ find-next-release: script: - !reference [".release:install", script] - wget -O .releaserc https://gitlab.com/just-ci/utils/-/raw/main/semantic-release/find-next-version.json # https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/find-next-release.json https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/find-next-release.json - semantic-release --dry-run --no-ci - echo "TBUMP_NEXT_VERSION=$(cat .VERSION 2>/dev/null || echo "[!] No new release" 1>&2)" > TBUMP_NEXT_VERSION.env Loading project-automation/semantic-release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ semantic-release: - | if ! test -f .releaserc; then echo "[+] Using default .releaserc." wget -O .releaserc https://gitlab.com/just-ci/utils/-/raw/v1.1.0/semantic-release/gitlab-default.json # "${DEFAULT_RELEASERC:-https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/releaserc-default.json}" wget -O .releaserc "${DEFAULT_RELEASERC:-https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/releaserc-default.json}" fi - | Loading Loading
project-automation/find-next-release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ find-next-release: script: - !reference [".release:install", script] - wget -O .releaserc https://gitlab.com/just-ci/utils/-/raw/main/semantic-release/find-next-version.json # https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/find-next-release.json https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/find-next-release.json - semantic-release --dry-run --no-ci - echo "TBUMP_NEXT_VERSION=$(cat .VERSION 2>/dev/null || echo "[!] No new release" 1>&2)" > TBUMP_NEXT_VERSION.env Loading
project-automation/semantic-release.yml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ semantic-release: - | if ! test -f .releaserc; then echo "[+] Using default .releaserc." wget -O .releaserc https://gitlab.com/just-ci/utils/-/raw/v1.1.0/semantic-release/gitlab-default.json # "${DEFAULT_RELEASERC:-https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/releaserc-default.json}" wget -O .releaserc "${DEFAULT_RELEASERC:-https://gitlab.com/just-ci/templates/-/raw/v6.24.4/project-automation/release/releaserc-default.json}" fi - | Loading