Commit 8b3c2aa3 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

Merge branch 'rhtenhove-main-patch-09981' into 'main'

fix: pin settings version

See merge request just-ci/templates!181
parents a885ec85 5fa50047
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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

    - |