forked from JorgeX/gatsby-theme-novela
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.commitlintrc.yml
32 lines (31 loc) · 899 Bytes
/
.commitlintrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
extends:
- '@commitlint/config-conventional'
rules:
header-max-length: [1, 'always', 72]
subject-case: [1, 'never', ['sentence-case', 'start-case', 'pascal-case', 'upper-case']]
type-enum:
- 2
- always
- - chore
- ci
- feat
- fix
- docs
- style
- refactor
- perf
- test
- revert
help: |
**Possible types**:
`chore`: Change build process, tooling or dependencies.
`ci`: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
`feat`: Adds a new feature.
`fix`: Solves a bug.
`docs`: Adds or alters documentation.
`style`: Improves formatting, white-space.
`refactor`: Rewrites code without feature, performance or bug changes.
`perf`: Improves performance.
`test`: Adds or modifies tests.
`revert`: Changes that reverting other changes