chore(Release): 发布 v0.0.10-rc.1 — 打通 VS Code Marketplace 发布链路并走通完整 release 流程 - #58
Merged
ThreeFish-AI merged 1 commit intoJul 4, 2026
Merged
Conversation
…ELOG; - package.json version 0.0.9 → 0.0.10(方案 A:纯 major.minor.patch,由 --pre-release 标志发预发布,规避 VS Code Marketplace 不接受 -rc.N semver 后缀的限制); - 新增 docs/releases/v0.0.10-rc.1.md(文件名精确匹配 tag ref_name,作 GitHub Release 正文单一事实源),归纳 v0.0.9→HEAD 真实变更:Graph 视图对齐官方 (#53)、悬浮浮层 iframe 裁剪修复 (#53)、未提交角标承载迁移 (#52)、README 双语与真实性校准 (#51); - CHANGELOG 新增 [0.0.10-rc.1] 段(遵循 Keep a Changelog); - 本版作为 VS Code Marketplace 发布链路打通的验证版(首次以 vsce publish --pre-release 于 Marketplace/OpenVSX/GitHub Release 三渠道并发)。 🤖 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` 但 GitHub Release 仍不往 VS Code Marketplace 发布」,定位到三层根因(均以只读证据坐实):
本 PR 变更(发布物料)
归纳 v0.0.9→HEAD 的真实变更:Graph 视图更名并对齐官方 Source Control GRAPH (#53)、悬浮浮层被侧边栏 iframe 裁剪修复 (#53)、未提交角标承载迁移至隐藏 TreeView (#52)、README 真实性校准 + 中英双语 (#51)。
发布方案(合并后执行)
前置条件(需仓库管理员在打 tag 前完成)
验证
tag 推送后确认:`package` 产出 `hyper-git-agentic-git-0.0.10.vsix`;`github-release` 建 prerelease 并附 vsix、正文取自本 Release Note;`publish` 的 Marketplace 步骤不再跳过且以 `--pre-release` 成功;显式查 OpenVSX 步骤日志确认真发布。
🤖 Generated with Claude Code, CodeX, Gemini