-
Notifications
You must be signed in to change notification settings - Fork 789
Switch from semantic-release to changesets #2607
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
base: master
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
Co-authored-by: abernier <[email protected]>
Co-authored-by: abernier <[email protected]>
Co-authored-by: abernier <[email protected]>
Co-authored-by: abernier <[email protected]>
.changeset/config.json
Outdated
| { | ||
| "$schema": "https://unpkg.com/@changesets/[email protected]/schema.json", | ||
| "changelog": "@changesets/cli/changelog", | ||
| "commit": false, |
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.
@copilot why commit false
i had it true in abernier/react-mcu
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.
Updated to "commit": true in 25efd68 to match the react-mcu reference. This will auto-commit changeset files when running yarn changeset.
Co-authored-by: abernier <[email protected]>
Migration from semantic-release to changesets
Based on the reference repository (react-mcu), the following changes have been made:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.