Explorar o código

ci: add some more commit prefixes

Hieu %!s(int64=3) %!d(string=hai) anos
pai
achega
320aea039a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      commitlint.config.js

+ 1 - 1
commitlint.config.js

@@ -1,7 +1,7 @@
 // module.exports = {extends: ['@commitlint/config-conventional']}
 module.exports = {
     rules: {
-        'type-enum': [2, 'always', ['feat', 'refactor', 'style', 'fix', 'ci']],
+        'type-enum': [2, 'always', ['chore', 'ci', 'docs', 'feat', 'fix', 'refactor', 'style', 'test']],
         'body-leading-blank': [1, 'always'],
         'body-max-line-length': [2, 'always', 100],
         'footer-leading-blank': [1, 'always'],