Skip to content

Commit 5ae7905

Browse files
committed
ci: unify the commit lint type
1 parent 50cd62e commit 5ae7905

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.commitlintrc.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ module.exports = {
1313
'perf',
1414
'test',
1515
'build',
16-
'ci',
17-
'chore',
1816
'revert',
19-
'WIP',
17+
'ci',
2018
'ui',
21-
'release'
19+
'chore'
2220
]
2321
]
2422
}

.github/workflows/release-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
release-type: node
1717
package-name: standard-version
1818
changelog-types: '[
19-
{"type": "types", "section": "Types", "hidden": false},
20-
{"type": "revert", "section": "Reverts", "hidden": false},
2119
{"type": "feat", "section": "Features", "hidden": false},
2220
{"type": "fix", "section": "Bug Fixes", "hidden": false},
23-
{"type": "improvement", "section": "Feature Improvements", "hidden": false},
2421
{"type": "docs", "section": "Docs", "hidden": false},
2522
{"type": "style", "section": "Styling", "hidden": false},
2623
{"type": "refactor", "section": "Code Refactoring", "hidden": false},
2724
{"type": "perf", "section": "Performance Improvements", "hidden": false},
2825
{"type": "test", "section": "Tests", "hidden": false},
2926
{"type": "build", "section": "Build System", "hidden": false},
30-
{"type": "ci", "section":"CI", "hidden": false}
27+
{"type": "revert", "section": "Reverts", "hidden": false},
28+
{"type": "ci", "section": "CI", "hidden": false},
29+
{"type": "ui", "section": "Improvement UI", "hidden": false}
30+
{"type": "chore", "section": "Chore", "hidden": false}
3131
]'
3232

3333
# The logic below handles the npm publication

0 commit comments

Comments
 (0)