Skip to content

打 v0.1.0 tag 并发布首个 GitHub Release #28

@keting

Description

@keting

Problem

仓库目前没有 tag,也没有 GitHub Release。"刚开源的 main 分支"还没有转换成"可被引用和讨论的公开版本",外部用户难以判断该使用哪个版本。

Proposed Change

按以下顺序:

  1. docs/release-v0.1.0 分支(含 release notes 草稿 docs/releases/v0.1.0.md,commit d3850db)走 PR 合并到 main
  2. 在合并后的 commit 上打 v0.1.0 tag
  3. 创建 GitHub Release,Release Notes 直接写:
    • 已支持的能力
    • 暂不支持的能力
    • v0.x 期间接口和数据模型可能变化
    • 不建议使用的场景

Why It Matters

需要一个明确的版本锚点,让外部用户、issue 复现、bug 报告、文档引用有所依托。同时通过 Release Notes 主动管理外部预期,避免误判成熟度。

Additional Context

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:docsDocumentation, guides, and contributor docsstatus:readyTriaged and ready to pick uptype:maintenanceRefactor, tooling, chores, or non-user-facing upkeep

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions