Skip to content

Commit edfc161

Browse files
committed
📃 docs(notes): 编写【使用总结表】
1 parent 67a9881 commit edfc161

File tree

1 file changed

+9
-1
lines changed
  • docs/ruan-cat-notes/docs/posts/2025-11-12-thinking-changelogen-and-changelogithub

1 file changed

+9
-1
lines changed

docs/ruan-cat-notes/docs/posts/2025-11-12-thinking-changelogen-and-changelogithub/index.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,12 @@ changelogen 能独立完成我的核心需求,但是我却没办法手动精
246246

247247
## 使用总结表
248248

249-
<!-- TODO: 认真编写 docs\ruan-cat-notes\docs\sundry\antfu-release-plan\index.md 对应的本外发文章 -->
249+
| 方案 | `bumpp` + `changelogithub` 结合方案 | 单独 `changelogen` 方案 |
250+
| :----------------------------------------------: | :---------------------------------: | :---------------------------------------------------: |
251+
| 能否手动控制版本号? | 可以用 bumpp 手动选择版本号 | 不能,根据 conventionalcommits 约定式提交来生成版本号 |
252+
| 本地自动生成的提交 <br /> 包含 git tag 标签? | 包含 | 包含 |
253+
| 本地自动生成的提交 <br /> 包含 `package.json` ? | 包含 | 包含 |
254+
| 本地自动生成的提交 <br /> 包含 `CHANGELOG.md` ? | 不包含 | 包含 |
255+
| 本地生成的 `CHANGELOG.md` 是否美观? | 不美观。滥用 `&nbsp;` 空格 | 正常。没有冗余的 `&nbsp;` 空格 |
256+
| 是否方便生成本地的 `CHANGELOG.md` 文件? | 不方便 | 正常生成 |
257+
| 是否方便生成云端的 `github release` 日志? | 正常生成 | 不方便,默认手动上传 |

0 commit comments

Comments
 (0)