fix(release): isolate alpha releases - #631
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe Create Tag workflow now derives an effective registry channel, mapping ChangesAlpha registry channel handling
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant CreateTag as Create Tag workflow
participant Versions as versions step
participant Publisher as tag creation and publish step
CreateTag->>Versions: pass requested registry channel
Versions->>Versions: normalize alpha to experimental
Versions->>Publisher: output effective registry_tag
Publisher->>Publisher: publish using effective channel
Possibly related PRs
Suggested reviewers: Poem
✨ Finishing Touches 💡 1🛠️ Fix failing CI checks 💡
🧪 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 |
skill-check — worker0 verified, 49 skipped (no docs/).
Four for four. Nicely done. |
* Revert "fix(release): trigger alpha tag publish (#633)" This reverts commit 45b212f. * Revert "fix(release): trigger alpha publish pipeline (#632)" This reverts commit 4f1b339. * Revert "fix(ci): simplify alpha release inputs (#628)" This reverts commit 72a6595. * Revert "feat(release): add alpha releases from pull request branches (#626)" This reverts commit ac0f750. * Revert "fix(release): isolate alpha releases (#631)" This reverts commit 156f5dd. * Revert "chore(image-resize): bump to v0.1.13-alpha.1" This reverts commit 0cba488. * Revert "feat(release): split version suffix from registry channel (#615)" This reverts commit d0bc06d.
What changed
alphareleases from Create Tag to theexperimentalregistry channel.latest,next, orexperimentalchannel for stable, beta, and release-candidate releases.latest.Why
An alpha release of
image-resizewas published withlatest, replacing the stable install pointer. Alpha builds are intended for testing and must remain isolated from stable installs.Validation
actionlint .github/workflows/create-tag.ymlgit diff --checkexperimental, while beta and rc retain their selected channels.Summary by CodeRabbit
Bug Fixes
Documentation