Skip to content

Commit

Permalink
chore: include release in commitlint type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
oedotme committed Nov 28, 2022
1 parent a705b0f commit fdb0b31
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
module.exports = { extends: ['@commitlint/config-conventional'] }
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'type-enum': [
2,
'always',
['build', 'chore', 'ci', 'docs', 'feat', 'fix', 'perf', 'refactor', 'release', 'revert', 'style', 'test'],
],
},
}

0 comments on commit fdb0b31

Please sign in to comment.