-
-
Notifications
You must be signed in to change notification settings - Fork 17
chore: add publish-canary command #602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughAdded a new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
✏️ Tip: You can disable this entire section by setting 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 |
|
Claude finished @ymc9's task —— View job PR Review Complete ✅I've reviewed the addition of the Todo List
Review Feedback✅ Code Quality & Best PracticesThe new script follows the existing patterns in the project:
✅ Command AnalysisThe added command: Breakdown:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds a new npm script publish-canary to enable publishing canary versions of packages with the canary dist-tag, bypassing git checks. This is useful for testing pre-release versions without affecting the stable release channel.
Changes:
- Added
publish-canaryscript to package.json that publishes all workspace packages with thecanarytag and skips git checks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.