chore(Release): 发布渠道收敛为 VS Code Marketplace 单市场,发布正式版 v0.0.11 - #62
Merged
ThreeFish-AI merged 1 commit intoJul 4, 2026
Merged
Conversation
- ci.yml:移除 publish job 的 OpenVSX 发布步骤及对 OVSX_PAT 的依赖,发布流水线收敛为 GitHub Release + VS Code Marketplace(ENABLE_MARKETPLACE_PUBLISH 门控,rc 标签走预发布通道); - README 双语:安装渠道与发布描述同步移除 OpenVSX; - package.json:version 0.0.10 → 0.0.11(0.0.10 已被预发布通道占用,正式版按 VS Code 官方规则顺延); - 补 CHANGELOG [0.0.11]、docs/releases/v0.0.11.md(正式版 Release Note)与发布索引 v0.0.11 行。 🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang<threefish.ai@gmail.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.
目标
按需求移除对
OVSX_PAT/ OpenVSX 的依赖,将发布收敛为 VS Code Marketplace 单市场,并发布正式版v0.0.11走通完整正式发布流程。背景
v0.0.10-rc.2打通并实证(日志Published ThreeFish-AI.hyper-git-agentic-git v0.0.10.)。OVSX_PAT无效且ThreeFish-AI命名空间不存在而无法发布;按决策不再维护该渠道。变更
ci.yml:移除publishjob 的 OpenVSX 发布步骤及对secrets.OVSX_PAT的依赖;发布流水线收敛为 GitHub Release + VS Code Marketplace(由ENABLE_MARKETPLACE_PUBLISH变量门控,rc标签自动走--pre-release预发布通道)。同步修正package/publish相关注释。README.md+ 中文docs/i18n/zh-CN/README.md)。package.json:version0.0.10→0.0.11(0.0.10已被预发布通道占用,正式版按 VS Code 官方规则「同一版本号不可既预发布又正式发布」顺延至0.0.11)。[0.0.11]、docs/releases/v0.0.11.md(正式版 Release Note,Marketplace + GitHub Release,无 OpenVSX)、发布索引v0.0.11行。验证
合并后打
v0.0.11(无rc)tag,确认:Package vsix打普通(非预发布)VSIX →github-release建正式 Release 附hyper-git-agentic-git-0.0.11.vsix→publish的 Marketplace 步骤以正式通道发布成功(日志Published ... v0.0.11.);到 Marketplace 页面确认0.0.11正式版上架。🤖 Generated with Claude Code, CodeX, Gemini