ci(release): bump shared pipeline to v4 (#20)#301
Merged
Conversation
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/<version> 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the three release caller stubs (
release-prepare.yml,release-trigger.yml,release.yml) from the toolkit pinb209e43(#18) to69b85e5, the currentv4tag. SHA pinning with the# v4marker is preserved.Why
The shared toolkit
chhoumann/obsidian-plugin-workflowsadvanced thev4tag to69b85e5. PodNotes was two commits behind and missing:fix(release): close superseded old-version release PRs- stage-1release-preparenow supersedes any old-version bot-authored release PR it replaces (commentsSuperseded by release PR #N, closes it, and deletes itsrelease/<version>branch). It warns-and-skips non-bot PRs in therelease/*namespace and fails the run loudly if a bot release branch's tip commit is not machine-generated.fix(templates): scope dependabot npm commits for the release policy.Notes
release-policyor any per-repo input (plugin-name,package-manager,default-branch,release-bot-app-slug, CI workflow nameTest).Draft; do not merge without maintainer review.