Update release metadata and draft publication workflow - #183
Merged
Conversation
Contributor
There was a problem hiding this comment.
🟢 Ready to approve
The changes match the stated acceptance criteria and are low-risk (metadata/workflow/docs), with only a minor README numbering nit noted.
This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.
Pull request overview
This PR moves ContextRelay’s VS Code Marketplace metadata from Preview to Stable and updates the VSIX release process so GitHub Releases are created as drafts for manual review/publication, while aligning documentation to describe the Chat API as beta without positioning the extension itself as a preview release.
Changes:
- Set extension manifest metadata
preview: falseinpackage.json. - Update the VSIX release workflow to create draft GitHub Releases.
- Refresh README and project docs to remove extension-level “preview” wording and document manual “Publish release” steps.
File summaries
| File | Description |
|---|---|
| README.md | Removes “preview” wording for chat features (while keeping compatibility-sensitive identifiers) and updates usage text. |
| package.json | Marks the extension as stable by setting preview to false. |
| docs/test_plan.md | Updates Chat API wording from preview/beta to beta. |
| docs/tenant_admin_request_template.md | Removes “Chat preview” phrasing in admin permission request template. |
| docs/tenant_admin_request_template_ja.md | Keeps JA template in sync with the updated “Chat” phrasing. |
| docs/tenant_admin_quickstart.md | Removes “Chat preview” phrasing in the quickstart permissions section. |
| docs/tasks.md | Updates Chat adapter references to “beta” wording. |
| docs/release.md | Documents that the workflow creates a draft GitHub Release and requires manual publication. |
| docs/release_ja.md | Keeps JA release documentation synchronized with the new draft/manual publish flow. |
| docs/plan.md | Updates product/documentation wording to describe the Chat API as beta. |
| docs/e2e_checklist.md | Updates checklist wording to “Beta API warning”. |
| .github/workflows/release-vsix.yml | Sets draft: true for the GitHub Release creation step. |
Review details
- Files reviewed: 12/12 changed files
- Comments generated: 1
- Review effort level: Lite
We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.
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.
Summary
package.json.Publish releasesteps.Validation
npm run compile:typesnpm run compile:webviewnpm run lintnpm test— 289 passingnpm run package— audit passed with 0 vulnerabilitiesnpm run vsce:packagepreview: falsegit diff --checkCloses #180
Refs #181
Refs #182