-
Notifications
You must be signed in to change notification settings - Fork 197
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
Only output dev preview warning messages for 0.x versions #3219
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.
did we do a manual test of :aws:sdk:assemble as well?
aws/SDK_README.md.hb
Outdated
|
||
The SDK is code generated from [Smithy models](https://awslabs.github.io/smithy/) that represent each AWS service. The code used to generate the SDK can be found in [smithy-rs](https://github.com/smithy-lang/smithy-rs). | ||
The SDK is code generated from [Smithy models](https://awslabs.github.io/smithy/) that represent each AWS service. |
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.
to avoid conflicts, change this link to smithy-lang
includeHeader: Boolean, | ||
includeLicense: Boolean, | ||
asComments: Boolean, | ||
): Writable = writable { | ||
val moduleName = codegenContext.settings.moduleName | ||
val stableVersion = !codegenContext.settings.moduleVersion.startsWith("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.
do we want to assert it does start with a number or something? I'm 99% it's never v...
but I wouldn't want to accidentally ship 1.0 in case it did.
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.
Good call.
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
A new generated diff is ready to view.
A new doc preview is ready to view. |
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.