-
Notifications
You must be signed in to change notification settings - Fork 944
Add changeset formatting check #3980
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
|
Changeset File Check ✅
|
Binary Size ReportAffected SDKsNo changes between base commit (f4110cc) and head commit (b565799). Test Logs
|
Add a
yarn changeset status
check to the changeset checker, which catches changeset formatting errors. It will still show the "missing packages" warning, and will also show any "yarn changeset status" errors if found, or both, if both are found.The check will fail if "yarn changeset status" errors are found (blocking merge), but won't fail on "missing packages", it will only print the warning in the comment.