Skip to content

Commit

Permalink
fix: commitlint support release
Browse files Browse the repository at this point in the history
  • Loading branch information
aibayanyu20 committed Jul 30, 2022
1 parent edbb66b commit f6a7206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
'@commitlint/config-conventional',
],
rules: {
'type-enum': [2, 'always', ['feat', 'fix', 'style', 'ci', 'refactor', 'perf', 'test', 'build', 'chore', 'revert', 'release']],
'subject-max-length': [1, 'always', 150],
},
}

0 comments on commit f6a7206

Please sign in to comment.