-
Notifications
You must be signed in to change notification settings - Fork 0
Remove namespaced command aliases; keep canonical commands only #24
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
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.
Removing all
flutter:*command files is a breaking API change for users invoking those commands, but this change does not include a major version bump inplugin.json/.cursor-plugin/plugin.jsonand the added changelog bullets do not mark the change as breaking. In this repo,.github/workflows/api-stability.ymlruns.github/scripts/api_stability_guard.sh, which explicitly treats command deletions as breaking and requires both a major bump and aCHANGELOG.mdaddition containing the wordbreaking, so this commit will fail that guard and does not provide proper semver signaling.Useful? React with 👍 / 👎.