-
Notifications
You must be signed in to change notification settings - Fork 24
Prepare release #604
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
base: develop
Are you sure you want to change the base?
Prepare release #604
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.
Thanks Sam! Left a few comments. You're missing a few steps for each package in this PR:
- We need to run
./scripts/new-release -p <package_name> -v <package_version> - Then run
./scripts/render -p <package_name> -o packages/<package_name>/CHANGELOG.md - Was not including the bumps in SmithyPythonDependency.java intentional? We need that to have new SDKs get generated with the new minor versions
...ws-event-stream/.changes/next-release/smithy-aws-event-stream-dependency-20251121101319.json
Outdated
Show resolved
Hide resolved
|
|
||
| __license__ = "Apache-2.0" | ||
| __version__ = "0.1.0" | ||
| __version__ = "0.2.0" |
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.
Why does signers need a minor version bump? This is a leaf note in the dependency tree of the SDKs and smithy-aws-core. There are also no new changes being added to this package. Personally, I don't think we should be bumping this.
| from .interfaces import FieldPosition | ||
|
|
||
| __version__ = "0.2.1" | ||
| __version__ = "0.3.0" |
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.
I feel like we may also want to have a changelong entry for #590. Not sure if that was a miss in the original PR or intentional.
| @@ -0,0 +1,4 @@ | |||
| { | |||
| "type": "dependency", | |||
| "description": "Bump dependencies on smithy-core, smithy-http, and aws-sdk-signers for minor release" | |||
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.
- This is missing bumps for
smithy-aws-event-streamandsmithy-json. - Definitely debatable, but personally, I think each should have their own entry using the format I provided in a different comment. They would eventually get rendered in the changelog as:
Dependencies
- Bump
smithy-corefrom~=0.1.0to~=0.2.0.- Bump
smithy-httpfrom~=0.2.0to~=0.3.0.- Bump
smithy-aws-event-streamfrom~=0.1.0to~=0.2.0.- Bump
smithy-jsonfrom~=0.1.0to~=0.2.0.
…aws-event-stream-dependency-20251121101319.json Co-authored-by: jonathan343 <43360731+jonathan343@users.noreply.github.com>
jonathan343
left a comment
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! 🚢
Prepare release of standard retry mode and add minor version bumps for it
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.