Skip to content
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

Merged
merged 3 commits into from
Nov 1, 2022

Conversation

akshbhu
Copy link
Contributor

@akshbhu akshbhu commented Oct 31, 2022

BREAKING CHANGE: convert cli to use cdkV2 library

BREAKING CHANGE: convert cli to use cdkV2 library

Description of changes

  • Introduces major version bump for lerna

Issue #, if available

Description of how you validated changes

Checklist

  • PR description included
  • yarn test passes
  • Tests are changed or added
  • Relevant documentation is changed or added (and PR referenced)
  • New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies
  • Pull request labels are added

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@akshbhu akshbhu requested a review from a team as a code owner October 31, 2022 21:55
sobolk
sobolk previously approved these changes Oct 31, 2022
edwardfoyle
edwardfoyle previously approved these changes Oct 31, 2022
Copy link
Contributor

@edwardfoyle edwardfoyle left a 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

@jhockett
Copy link
Contributor

I think this breaking change commit should touch all packages with breaking changes, Otherwise I'm unsure if lerna will bump all packages correctly.

@akshbhu
Copy link
Contributor Author

akshbhu commented Oct 31, 2022

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.

@akshbhu akshbhu dismissed stale reviews from edwardfoyle and sobolk via d7eeac0 October 31, 2022 23:02
@sobolk
Copy link
Member

sobolk commented Oct 31, 2022

I think this breaking change commit should touch all packages with breaking changes, Otherwise I'm unsure if lerna will bump all packages correctly.

@jhockett is there a way to dry-run learna changes locally ?

sobolk
sobolk previously approved these changes Oct 31, 2022
@edwardfoyle
Copy link
Contributor

@sobolk yes, run yarn update-versions after making the commit locally

Copy link
Contributor

@edwardfoyle edwardfoyle left a 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

@sobolk
Copy link
Member

sobolk commented Oct 31, 2022

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
BREAKING CHANGE: convert cli to cdk v2
@akshbhu akshbhu merged commit 80dce09 into aws-amplify:cdkv2 Nov 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants