Skip to content

Commit 490ca18

Browse files
committed
workflow: commitlint
1 parent 0df401f commit 490ca18

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

commitlint.config.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
// perf:性能, 体验优化 | Performance, experience optimization
77
// test:新增测试用例或是更新现有测试 | Add the new test cases or update the existing tests
88
// build:主要目的是修改项目构建系统(例如 glup,webpack,rollup 的配置等)的提交 | The main purpose is to modify the submission of the project building system (such as glup, webpack, rollup configuration, etc.)
9-
// ci:主要目的是修改项目继续集成流程(例如 Travis,Jenkins,GitLab CI,Circle等)的提交 | The main purpose is to modify the submission of project continued integration processes (e. g. Travis, Jenkins, GitLab CI, Circle, etc.)
9+
// workflow:主要目的是修改项目继续集成流程(例如 Travis,Jenkins,GitLab CI,Circle等)的提交 | The main purpose is to modify the submission of project continued integration processes (e. g. Travis, Jenkins, GitLab CI, Circle, etc.)
1010
// chore:不属于以上类型的其他类,比如构建流程, 依赖管理 | Other classes that do not belong to the above types, such as building processes, dependency management
1111
// revert:回滚某个更早之前的提交 | Roll back some earlier previous submission
12-
// workflow: 工作流 | workflow
1312
// version: 改变package.json 版本 | Change the package.json version
1413

1514
module.exports = {
@@ -34,7 +33,7 @@ module.exports = {
3433
'test',
3534
'refactor',
3635
'build',
37-
'ci',
36+
'type',
3837
'chore',
3938
'revert',
4039
'workflow',

0 commit comments

Comments
 (0)