Skip to content

Commit

Permalink
fix: allow release as scope for commits
Browse files Browse the repository at this point in the history
  • Loading branch information
zeropaper committed Sep 21, 2021
1 parent 7c5c4ab commit 87306da
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
@@ -8,6 +8,7 @@ module.exports = {
// https://commitlint.js.org/#/reference-rules
rules: {
'scope-enum': [2, 'always', [
'release',
'deps',
'extension',
'webserver',

0 comments on commit 87306da

Please sign in to comment.