File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,10 @@ The following configuration items are supported.
82
82
* ` refactor ` : refactoring (logical changes neither new features nor to fix errors)
83
83
* ` perf ` : performance-related changes
84
84
* ` 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
86
89
* ` revert ` and ` Revert ` : the revert message generated by some tools is uppercase.
87
90
* ` bodyRequired ` : if true, message body must be contained. (not only message header)
88
91
* ` lineLimit ` : length limit of every single line, in bytes.
Original file line number Diff line number Diff line change @@ -82,7 +82,10 @@ the way to migrate:
82
82
* ` refactor ` :重构(既没有新增功能,也没有修复错误的逻辑改动)
83
83
* ` perf ` :性能相关的改动
84
84
* ` test ` :测试相关的改动
85
- * ` chore ` :杂项,构建过程或辅助功能相关的改动
85
+ * ` chore ` :杂项,可能是辅助功能相关的改动
86
+ * ` build ` :构建过程相关
87
+ * ` ci ` : 持续集成相关
88
+ * ` docker ` :docker 镜像构建相关
86
89
* ` revert ` 和 ` Revert ` :部分工具生成的 revert 信息首字母大写。
87
90
* ` bodyRequired ` :如果为 true,则提交信息必须包含信息体。(不能只有信息头)
88
91
* ` lineLimit ` :单行长度限制,对所有行生效,以字节为单位。
You can’t perform that action at this time.
0 commit comments