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

Move documentation before release tag and deprecation #1211

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

trivikr
Copy link
Contributor

@trivikr trivikr commented Mar 15, 2024

Issue #, if available:
Internal JS-5074

Currently the documentation is read as part of deprecation
Example: https://github.com/aws/aws-sdk-js-v3/blob/a967bfc08aac5714420bef63c55832da49492d4a/clients/client-qconnect/src/commands/QueryAssistantCommand.ts#L34-L40
This will move the documentation before release tag, so that it's read separately and not as deprecation.

TSDoc references:

Description of changes:
Move documentation before release tag and deprecation.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@trivikr
Copy link
Contributor Author

trivikr commented Mar 15, 2024

Codegen PR in sts for reference: aws/aws-sdk-js-v3#5906

The final PR to be merged aws/aws-sdk-js-v3#5905

@trivikr trivikr merged commit ea953e1 into main Mar 15, 2024
7 checks passed
@trivikr trivikr deleted the deprecation-string-after-description branch March 15, 2024 17:26
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.

3 participants