ci(release): bump shared pipeline to v3 - #1516
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).
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThe release preparation, validation, and release workflows now use ChangesRelease workflow version alignment
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying quickadd with
|
| Latest commit: |
cca11f8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://0fb4407f.quickadd.pages.dev |
| Branch Preview URL: | https://ci-release-pipeline-v3.quickadd.pages.dev |
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.
Summary by CodeRabbit