ci(release): bump shared pipeline to v3#183
Merged
Merged
Conversation
Point the release-prepare/trigger/release caller stubs at the new v3 tag of chhoumann/obsidian-plugin-workflows. v3 brings three changes: - feat!: stop cutting releases for chore-only commits - fix: handle bare release merge subjects - fix: retry the tag-verify read after createRef, closing the replication race that hit 2 of the first 3 production releases Note the breaking change: a commit range containing only chore commits will no longer produce a standing release PR (intended behavior, see chhoumann/obsidian-plugin-workflows#4).
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 shared release-pipeline pins in the three release caller stubs
(
release-prepare.yml,release-trigger.yml,release.yml) fromv2to thenew
v3tag ofchhoumann/obsidian-plugin-workflows(v3 =
8471ad7827fcee306ac2b8c10e984e57aeefe7df).Why - what v3 brings
createRef, closing the tag-verifyreplication race that hit 2 of the first 3 production releases
Behavior change
A commit range containing only
chorecommits will no longer produce a standingrelease PR. This is intended - see
chhoumann/obsidian-plugin-workflows#4.
Validation
safe_load)actionlintclean on all three stubsThe
ci/codeql/dependency-review/pr-titlecallers pin@v1(advancedin place) and are intentionally left unchanged.