mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
fix(release): build before check; reformat docs
Follow-up to 1.1.1. - release.mjs: build packages before type checks so bailian-cli-core resolves on clean checkouts - CHANGELOG: record the above under Fixed - Reformat CONTRIBUTING / INSTALL / README / docs tables (prettier only, no content changes)
This commit is contained in:
@@ -106,13 +106,13 @@ git show <commit> --stat
|
||||
|
||||
### 6. 排除"不该写进去"的内容
|
||||
|
||||
| 不要写 | 原因 |
|
||||
| --------------------------------------------------- | ---------------------------------- |
|
||||
| 未发布 / 仅在分支上的功能 | release commit 不包含 → 用户拿不到 |
|
||||
| 仅在文档 / 设计稿层面的能力 | 没代码就没"功能",不能写进 Added |
|
||||
| 内部包 / 私有工具的开发过程 commit | 用户不可见 |
|
||||
| 仓库内 file path / 模块路径(如 `core/telemetry/`) | 用户感知不到内部结构 |
|
||||
| 临时调试 commit(remove console / 补 TODO 等) | 噪音 |
|
||||
| 不要写 | 原因 |
|
||||
| ------------------------------------------------- | ---------------------------------- |
|
||||
| 未发布 / 仅在分支上的功能 | release commit 不包含 → 用户拿不到 |
|
||||
| 仅在文档 / 设计稿层面的能力 | 没代码就没"功能",不能写进 Added |
|
||||
| 内部包 / 私有工具的开发过程 commit | 用户不可见 |
|
||||
| 仓库内 file path / 模块路径(如 `core/telemetry/`) | 用户感知不到内部结构 |
|
||||
| 临时调试 commit(remove console / 补 TODO 等) | 噪音 |
|
||||
|
||||
### 7. 标记 Breaking Change
|
||||
|
||||
|
||||
Reference in New Issue
Block a user