Update disclaimer from pre-GA to public preview#61
Open
brunoborges wants to merge 5 commits intomainfrom
Open
Conversation
Replace 'Disclaimer' warnings with 'Public Preview' notices across README, site docs, release notes template, and HTML version selector. Drop 'Use at your own risk' language and tone down to reflect public preview status. Fix 'SDKS' typo to 'SDKs'. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates project-wide messaging to reflect that the SDK is now in public preview (instead of pre-GA/technical preview), aligning README, site docs, release notes template, and the docs landing page template.
Changes:
- Replace “Disclaimer” notices with a “Public Preview” notice and remove “use at your own risk” wording.
- Adjust docs landing page styling from
alert-warningtoalert-infoto match the toned-down notice. - Update instructions copy from “technical preview” to “public preview”.
Show a summary per file
| File | Description |
|---|---|
| src/site/markdown/index.md | Updates the site docs landing notice to “Public Preview”. |
| README.md | Updates the README background notice to “Public Preview”. |
| instructions/copilot-sdk-java.instructions.md | Updates the instructions “Core Principles” preview status wording. |
| .github/workflows/notes.template | Updates the release notes installation notice to “Public Preview”. |
| .github/templates/index.html | Updates the docs version selector template notice text and alert styling. |
Copilot's findings
- Files reviewed: 5/5 changed files
- Comments generated: 4
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates all disclaimer/warning notices across the project to reflect that the SDK is now in public preview.
Changes
alert-warning→alert-infoSummary