From 790a64dc1347b1359e1f9f885e4e883d652924f9 Mon Sep 17 00:00:00 2001 From: Christian Bager Bach Houmann Date: Sun, 12 Jul 2026 23:39:21 +0200 Subject: [PATCH] ci(release): bump shared pipeline to v4 (#20) Move the three release caller stubs from the toolkit pin b209e43 (#18) to 69b85e5, the current v4 tag, keeping SHA pinning with the # v4 marker. This picks up: - #20 fix(release): close superseded old-version release PRs - stage-1 release-prepare now supersedes and closes any old-version bot-authored release PR (comments "Superseded by release PR #N", closes it, deletes its release/ branch), warns-and-skips non-bot release/* PRs, and fails loudly if a bot release branch's tip is not machine-generated. - #19 fix(templates): scope dependabot npm commits for the release policy. No behavior change to the pinned release-policy or any per-repo input. --- .github/workflows/release-prepare.yml | 2 +- .github/workflows/release-trigger.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-prepare.yml b/.github/workflows/release-prepare.yml index 661af46..2c426c1 100644 --- a/.github/workflows/release-prepare.yml +++ b/.github/workflows/release-prepare.yml @@ -41,7 +41,7 @@ jobs: permissions: contents: write pull-requests: write - uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-prepare.yml@b209e4363280e632c36da5e58939a20ebe39784d # v4 + uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-prepare.yml@69b85e58a8158cacf55e3f1ac8e2790e4e33c8c0 # v4 with: plugin-name: podnotes package-manager: npm diff --git a/.github/workflows/release-trigger.yml b/.github/workflows/release-trigger.yml index dd20de3..75ccc7e 100644 --- a/.github/workflows/release-trigger.yml +++ b/.github/workflows/release-trigger.yml @@ -40,7 +40,7 @@ jobs: actions: write contents: write pull-requests: read - uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-validate.yml@b209e4363280e632c36da5e58939a20ebe39784d # v4 + uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release-validate.yml@69b85e58a8158cacf55e3f1ac8e2790e4e33c8c0 # v4 with: pr-number: ${{ github.event.pull_request.number || inputs.pr-number }} plugin-name: podnotes diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7ab9e2..716edfd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: contents: write id-token: write pull-requests: read - uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release.yml@b209e4363280e632c36da5e58939a20ebe39784d # v4 + uses: chhoumann/obsidian-plugin-workflows/.github/workflows/release.yml@69b85e58a8158cacf55e3f1ac8e2790e4e33c8c0 # v4 with: release-pr: ${{ inputs.releasePr }} plugin-name: podnotes