ci: link Marketplace and GitHub releases#11
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the tag-triggered release automation so a single built VSIX is first published to the VS Code Marketplace, then used to create/update the corresponding GitHub Release, with a post-publish SHA-256 consistency check to ensure the Marketplace package matches the built artifact.
Changes:
- Update
release.ymlto (1) validate Marketplace publishing config, (2) publish viavsce, (3) download the Marketplace VSIX and compare SHA-256, then (4) create or update the GitHub Release, with global release concurrency. - Strengthen the “release readiness contract” script to assert the new workflow requirements and step ordering.
- Update release documentation (RELEASING + README) to describe the linked Marketplace + GitHub Release process and required secrets/variables.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| scripts/verify-release-readiness.js | Extends the release workflow contract verification to cover Marketplace publish + hash verification + ordering constraints. |
| .github/workflows/release.yml | Implements serialized, repeatable Marketplace publish + Marketplace artifact hash verification + GitHub Release create/update. |
| RELEASING.md | Updates the release runbook to match the new linked publication flow and required VSCE_PAT secret. |
| README.md | Updates the release checklist note to reflect the linked Marketplace + GitHub Release workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
realSilasYang
force-pushed
the
codex/link-marketplace-release
branch
from
July 22, 2026 08:18
079827b to
45aebc5
Compare
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.
修改内容
验证
npm run verifynpm run test:integration(本次不修改扩展运行逻辑,PR CI 仍会运行集成测试)npm audit --audit-level=high(本次不修改依赖,PR CI 仍会运行依赖审计)v1.0.0的 GitHub 与 Marketplace VSIX SHA-256 完全一致兼容性与数据影响
不影响扩展运行、设置、持久化格式或书签数据。下一次推送
v*标签前必须配置仓库 SecretVSCE_PAT。