chore(Release): 发布 v0.0.14 —— 修复 GRAPH 视图提交记录时间倒序#83
Merged
Conversation
- package.json: 版本 0.0.13 → 0.0.14; - CHANGELOG: 新增 [0.0.14] 定版节(Fixed: --topo-order → --author-date-order 修复日期回跳),[Unreleased] 清空; - docs/releases/v0.0.14.md: 新增面向用户 Release Note(GitHub Release 正文单一事实源,发布纪律闸门必需); - docs/releases/README.md: 版本索引新增 v0.0.14 行; - docs/README.md、docs/.agents/knowledge-map.md: 「最新发布」指针修正为 v0.0.14; - 承载 PR #82(fix(Graph) 取数排序修复)内容; - 验证: pnpm run package(tsc + eslint + esbuild production)全绿; 🤖 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.
发布 v0.0.14 正式版
承载 PR #82(GRAPH 视图提交记录排序修复
--topo-order→--author-date-order)作为 v0.0.14 正式版内容。发布产物
package.json:版本0.0.13→0.0.14CHANGELOG.md:新增[0.0.14]定版节(Fixed),[Unreleased]清空docs/releases/v0.0.14.md:新增面向用户 Release Note(GitHub Release 正文单一事实源,发布纪律闸门必需——CIgithub-releasejob 经body_path取此文件)docs/releases/README.md版本索引新增行;docs/README.md、docs/.agents/knowledge-map.md「最新发布」指针 → v0.0.14验证
pnpm run package(tsc --noEmit + eslint + esbuild production)本地全绿后续
合并后将在合并 commit 上打
v0.0.14tag 并推送,触发 CI 发布链(github-release附带 .vsix +publish发 VS Code Marketplace)。🤖 Generated with Claude Code, CodeX, Gemini
Co-Authored-By: Aurelius Huangthreefish.ai@gmail.com