-
Notifications
You must be signed in to change notification settings - Fork 825
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
feat!: breaking change commit #11300
feat!: breaking change commit #11300
Conversation
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.
LGTM, just make sure that when you merge it, the commit message has the appropriate prefix and suffix to be picked up by lerna
I think this breaking change commit should touch all packages with breaking changes, Otherwise I'm unsure if lerna will bump all packages correctly. |
Yeah I am also checking previous PRs , seems like you are right. |
@jhockett is there a way to dry-run learna changes locally ? |
@sobolk yes, run |
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.
For the no-op changes in cli-npm and amplify-cli, just add newlines or something else that is clearly a noop like this comment. Otherwise some poor soul 6 months from now might be trying to figure out why disabling a lint rule was a breaking change
Or we can add bolded note in PR description about that. Should get recorded when we squash merge this. |
BREAKING CHANGE: upgrades cli to cdk v2
d7eeac0
to
b13ccf5
Compare
BREAKING CHANGE: convert cli to cdk v2
BREAKING CHANGE: convert cli to use cdkV2 library
BREAKING CHANGE: convert cli to use cdkV2 library
Description of changes
Issue #, if available
Description of how you validated changes
Checklist
yarn test
passesBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.