Remove invalid flag from changeset publish script#2306
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
There was a problem hiding this comment.
Pull request overview
This follow-up PR resolves a CI failure by removing an invalid --snapshot flag from the changeset publish invocation used for snapshot releases, aligning the repo’s release scripts with current @changesets/cli argument validation.
Changes:
- Remove unsupported
--snapshotargument from thechangeset:publish:nextscript. - Keep snapshot publishing behavior via
--tag next(and--no-git-tag) intact for the snapshot workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughIn ChangesPublish Script Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
This is a follow up PR to #2304 addressing one last CI run issue where
changeset publishcommand was used with an invalid--snapshotargument.