-
Notifications
You must be signed in to change notification settings - Fork 3
打 v0.1.0 tag 并发布首个 GitHub Release #28
Copy link
Copy link
Closed
Labels
area:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick upTriaged and ready to pick uptype:maintenanceRefactor, tooling, chores, or non-user-facing upkeepRefactor, tooling, chores, or non-user-facing upkeep
Metadata
Metadata
Assignees
Labels
area:docsDocumentation, guides, and contributor docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick upTriaged and ready to pick uptype:maintenanceRefactor, tooling, chores, or non-user-facing upkeepRefactor, tooling, chores, or non-user-facing upkeep
Problem
仓库目前没有 tag,也没有 GitHub Release。"刚开源的 main 分支"还没有转换成"可被引用和讨论的公开版本",外部用户难以判断该使用哪个版本。
Proposed Change
按以下顺序:
docs/release-v0.1.0分支(含 release notes 草稿docs/releases/v0.1.0.md,commitd3850db)走 PR 合并到mainv0.1.0tagv0.x期间接口和数据模型可能变化Why It Matters
需要一个明确的版本锚点,让外部用户、issue 复现、bug 报告、文档引用有所依托。同时通过 Release Notes 主动管理外部预期,避免误判成熟度。
Additional Context
gh release create)可由 AI 执行