We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e669ea commit cf3db10Copy full SHA for cf3db10
.github/semantic.yml
@@ -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
@@ -8,6 +8,7 @@ const types = [
'test',
'build',
'release',
+ 'chore',
'revert'
];
14
0 commit comments