Skip to content

Commit cf3db10

Browse files
authored
chore: update commitlint title (#28)
* chore: create semantic.yml and update commitlint.config.js
1 parent 8e669ea commit cf3db10

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/semantic.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
titleAndCommits: true
2+
types:
3+
- feat
4+
- fix
5+
- docs
6+
- style
7+
- refactor
8+
- perf
9+
- test
10+
- build
11+
- release
12+
- chore
13+
- revert

commitlint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const types = [
88
'test',
99
'build',
1010
'release',
11+
'chore',
1112
'revert'
1213
];
1314

0 commit comments

Comments
 (0)