Skip to content

Commit

Permalink
Update 2024-01-12-Inconventional_Commits.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Lord authored Feb 9, 2024
1 parent 7922428 commit 847b4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-01-12-Inconventional_Commits.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ fix和feat应当仅在不满足其它任何类别的情况下使用。
| 类别 | 说明 | 示例 |
| --- | --- | --- |
| init | 初始化项目 | `init` |
| docs | 注释、文档(包含内容、失效URL修复、错误内容修改,不包含typo、style| `docs: add WebExtension` |
| docs | 注释、文档(包含内容、失效URL修复、错误内容修改,不包含typo或style| `docs: add WebExtension` |
| chore | 杂项(格式化、修改标点或换行等等,完全不影响代码和文档本身功能) | `chore: style`; `chore: clean build logs after build` |
| ci | CI | `ci: clone with --depth 1` |
| test | 测试 | `test: add Spotify.apk` |
| deps | 依赖(不含CI依赖| `deps: bump openai to 1.0.0`; `-deps: revert alembic to 1.13.1`; `deps: bump` |
| deps | 依赖(不包含CI依赖| `deps: bump openai to 1.0.0`; `-deps: revert alembic to 1.13.1`; `deps: bump` |
| perf | 性能 | `perf: skip resource analyzing in build` |
| refactor | 重构,对**代码功能****文档内容**无影响,但是使**调用关系****目录结构**等更清晰。 | `refactor: make Password a class` |
| release | 发布新版本。只应涉及版本号更改和`git tag`| `release: 1.0.0` |
Expand Down

0 comments on commit 847b4b6

Please sign in to comment.