Skip to content

Commit 102e656

Browse files
committed
docs(README): add new type keywords
update README.md
1 parent 99258eb commit 102e656

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ The following configuration items are supported.
8282
* `refactor`: refactoring (logical changes neither new features nor to fix errors)
8383
* `perf`: performance-related changes
8484
* `test`: test related changes
85-
* `chore`: chores, changes related to build processes or ancillary functions
85+
* `chore`: chores, maybe ancillary functions related
86+
* `build`: build process related
87+
* `ci`: continuous integration related
88+
* `docker`: docker image building related
8689
* `revert` and `Revert`: the revert message generated by some tools is uppercase.
8790
* `bodyRequired`: if true, message body must be contained. (not only message header)
8891
* `lineLimit`: length limit of every single line, in bytes.

README_zh.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ the way to migrate:
8282
* `refactor`:重构(既没有新增功能,也没有修复错误的逻辑改动)
8383
* `perf`:性能相关的改动
8484
* `test`:测试相关的改动
85-
* `chore`:杂项,构建过程或辅助功能相关的改动
85+
* `chore`:杂项,可能是辅助功能相关的改动
86+
* `build`:构建过程相关
87+
* `ci` : 持续集成相关
88+
* `docker`:docker 镜像构建相关
8689
* `revert``Revert`:部分工具生成的 revert 信息首字母大写。
8790
* `bodyRequired`:如果为 true,则提交信息必须包含信息体。(不能只有信息头)
8891
* `lineLimit`:单行长度限制,对所有行生效,以字节为单位。

0 commit comments

Comments
 (0)