docs: typo

This commit is contained in:
camera-2018
2023-10-07 22:14:13 +08:00
parent 19cdbeea17
commit 25f4df4489
2 changed files with 4 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ type为commit的类型
style: 代码格式修改 style: 代码格式修改
test: 测试用例修改 test: 测试用例修改
chore: 其他修改, 比如构建流程, 依赖管理. chore: 其他修改, 比如构建流程, 依赖管理.
pref: 性能提升的修改 perf: 性能提升的修改
build: 对项目构建或者依赖的改动 build: 对项目构建或者依赖的改动
ci: CI 的修改ci是自动构建 感兴趣可以搜搜 github workflow ci: CI 的修改ci是自动构建 感兴趣可以搜搜 github workflow
revert: revert 前一个 commit 撤销前一个commit revert: revert 前一个 commit 撤销前一个commit
@@ -145,6 +145,8 @@ subject为commit概述
其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/) 其中详细内容可以参照 [约定式提交](https://www.conventionalcommits.org/zh-hans/v1.0.0/)
附上 [语义化版本 2.0.0 规范](https://semver.org/lang/zh-CN/)
你可以使用 `git log` 查看存档记录,你应该能看到刚才编辑的注释。 你可以使用 `git log` 查看存档记录,你应该能看到刚才编辑的注释。
### 读档(回溯到某一个 commit ### 读档(回溯到某一个 commit

View File

@@ -286,7 +286,7 @@ type为commit的类型
style: 代码格式修改 style: 代码格式修改
test: 测试用例修改 test: 测试用例修改
chore: 其他修改, 比如构建流程, 依赖管理 chore: 其他修改, 比如构建流程, 依赖管理
pref: 性能提升的修改 perf: 性能提升的修改
build: 对项目构建或者依赖的改动 build: 对项目构建或者依赖的改动
ci: CI 的修改 ci: CI 的修改
revert: revert 前一个 commit(撤销前一个commit) revert: revert 前一个 commit(撤销前一个commit)