-
Notifications
You must be signed in to change notification settings - Fork 586
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: use exact @aws-sdk/* dependencies #1110
feat: use exact @aws-sdk/* dependencies #1110
Conversation
Search key: "@aws-sdk/([^"]*)": "\^1.0.0-beta.([\d])” Replace key: "@aws-sdk/$1": "1.0.0-beta.$2" in package.json
command run from another workspace: find . -type f -name "package.json" -exec cp {} ~/workspace/aws-sdk-js-v3/{} \;
Search key: "@aws-sdk/([^"]*)": "\^1.0.0-beta.([\d])” Replace key: "@aws-sdk/$1": "1.0.0-beta.$2" in package.json
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.
SHIP IT!
Confirmed that integration tests are successful when run locally: $ yarn && yarn build:all
$ AWS_PROFILE=<teamProfile> yarn test:integration
yarn run v1.22.4
...
...
153 scenarios (153 passed)
531 steps (531 passed)
Done in 63.18s. |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Test publish commit using Verified that packages of the versions updated were exact. Command run for creating GitHub release commit:
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue #, if available:
Replacement to #1108 for one-off beta.5 release to unblock Amplify
Description of changes:
use exact @aws-sdk/* dependencies
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.