|
3 | 3 | // |
4 | 4 | // NOTE: Any changes here must be reflected in `CONTRIBUTING.md`. |
5 | 5 | module.exports = [ |
6 | | - {breaking: true, release: 'major'}, |
| 6 | + { breaking: true, release: 'major' }, |
7 | 7 | // {type: 'build', release: 'patch'}, |
8 | 8 | // {type: 'chore', release: 'patch'}, |
9 | 9 | // {type: 'ci', release: 'patch'}, |
10 | | - {type: 'docs', release: 'patch'}, |
11 | | - {type: 'feat', release: 'minor'}, |
12 | | - {type: 'fix', release: 'patch'}, |
13 | | - {type: 'perf', release: 'patch'}, |
14 | | - {type: 'refactor', release: 'patch'}, |
15 | | - {type: 'revert', release: 'patch'}, |
16 | | - {type: 'style', release: 'patch'}, |
17 | | - {type: 'test', release: 'patch'}, |
18 | | -]; |
| 10 | + { type: 'docs', release: 'patch' }, |
| 11 | + { type: 'feat', release: 'minor' }, |
| 12 | + { type: 'fix', release: 'patch' }, |
| 13 | + { type: 'perf', release: 'patch' }, |
| 14 | + { type: 'refactor', release: 'patch' }, |
| 15 | + { type: 'revert', release: 'patch' }, |
| 16 | + { type: 'style', release: 'patch' }, |
| 17 | + { type: 'test', release: 'patch' } |
| 18 | +] |
0 commit comments