Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Sep 30, 2024
2 parents d6bff44 + 1b42f8e commit d6b365a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commitlint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ module.exports = {
'scope-enum': [
2,
'always',
['config', 'docs', 'ui', 'api', 'deps', 'typescript'],
['config', 'docs', 'release', 'ui', 'api', 'deps', 'typescript'],
],
'type-enum': [
2,
'always',
[
'build',
'chore',
'ci',
'docs',
'feat',
Expand Down

0 comments on commit d6b365a

Please sign in to comment.