chore(Release): 发布 v0.0.9 正式版 — 合并 rc.1/rc.2 并回填 0.0.6→0.0.9 全量发布物料 - #50
Merged
Merged
Conversation
- package.json:版本号 0.0.9-rc.2 → 0.0.9 - CHANGELOG.md:将 [0.0.9-rc.2] / [0.0.9-rc.1] 两段合并为单个综合条目 [0.0.9], 并回填自上一正式版 0.0.6 以来从未记录的变更(#40-#45 的 CI 状态/远程分支删除/ 清理已删远程分支/UI-UX 全局系统化 #43/Log All 修复 #45,及 #49 Emerald 图标); 底部引用链接同步更新(移除 rc 链接,新增 [0.0.9]) - docs/releases/v0.0.9.md:新建正式版发布说明,以 rc.1 结构为蓝本扩写为面向公开用户的 全量叙述,移除 Release Candidate 措辞,规模实证更新为 6 视图 / 97 命令 / 6 配置 / 324 单测 - docs/releases/{v0.0.9-rc.1,v0.0.9-rc.2}.md:删除 rc 发布说明(已发布 pre-release 正文已固化,删源无影响) - docs/releases/README.md、docs/.agents/knowledge-map.md:索引与知识地图收敛至 v0.0.9 单行 🤖 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.
背景
将当前
0.0.9-rc.2晋级为 0.0.9 正式版。关键事实:上一个公开正式版是 0.0.6(rc.1/rc.2 均为 pre-release)。而原
CHANGELOG.md从0.0.9-rc.1直跳0.0.6,rc.1 条目仅记录了视图整合(#47)——#40–#45(CI 状态、远程分支删除、清理已删远程分支、UI/UX 全局系统化 #43、Log All 修复 #45)与 #49(Emerald 图标)从未写入 CHANGELOG,它们随未公开的 0.0.7/0.0.8 版本号 bump 沉默流转。因此本次产出一份覆盖 0.0.6→0.0.9 全量变更的正式版发布物料,合并并移除 rc 描述,使 CHANGELOG 与 Release Note 成为面向公开用户的完整、自洽记录。变更清单(7 文件)
package.json0.0.9-rc.2→0.0.9CHANGELOG.md[0.0.9-rc.2]+[0.0.9-rc.1]合并为单个综合条目[0.0.9],回填 #40–#45 / #49;底部引用链接同步(移除 rc 链接,新增[0.0.9])docs/releases/v0.0.9.mddocs/releases/v0.0.9-rc.1.mddocs/releases/v0.0.9-rc.2.mddocs/releases/README.mdv0.0.9单行docs/.agents/knowledge-map.mdv0.0.9验证
grep 0.0.9-rc在受版本控制的 md/json 中零命中(仅剩 gitignored.context/内的规划稿)。pnpm run test:unit:324 passed(32 文件全绿)。发布边界
本 PR 仅准备发布物料,不创建/推送
v0.0.9tag、不触发 CI 正式发布。合并到feature/1.x.x后,由人工打v0.0.9tag 触发 OpenVSX / GitHub Release(docs/releases/v0.0.9.md即 Release 正文单一事实源)。🤖 Generated with Claude Code