release: bump version to 0.27.1

This commit is contained in:
linkong
2026-04-14 10:22:05 +08:00
parent 07e26d6d5a
commit 11179e7e67
12 changed files with 64 additions and 27 deletions

View File

@@ -8,13 +8,14 @@ allowed-tools: ["Read", "Edit", "Bash", "Glob", "Grep"]
## 版本号规则
| 变更类型 | 版本跳动 |
|---------|---------|
| `feature` | `+0.1.0` |
| `bugfix` | `+0.0.1` |
| 变更类型 | 版本跳动 | 适用场景 |
|---------|---------|---------|
| `feature` | `+0.1.0` | 纯新功能,无 bugfix |
| `improvement` | `+0.0.1` | UI 调整、小功能增强、bugfix 混合,或以 UI/体验改进为主的迭代 |
| `bugfix` | `+0.0.1` | 纯 bug 修复,无新功能 |
| `docs` / `maintenance` / `refactor` | 默认不发版,除非用户明确要求 |
意图混合时以用户明确描述为准。
意图混合时以用户明确描述为准bugfix + 小 feature 混合默认判定为 `improvement``+0.0.1`
## 必须同步更新的文件