| 
1 | 1 | ---  | 
2 | 2 | conventional-commits:  | 
3 |  | -  - type: "fix"  | 
4 |  | -    nouns: ["FIX", "Fix", "fix", "FIXED", "Fixed", "fixed"]  | 
5 |  | -    labels: ["bug"]  | 
6 |  | -  - type: "feature"  | 
7 |  | -    nouns: ["FEATURE", "Feature", "feature", "FEAT", "Feat", "feat"]  | 
8 |  | -    labels: ["enhancement"]  | 
9 |  | -  - type: "breaking_change"  | 
10 |  | -    nouns: ["BREAKING CHANGE", "BREAKING", "MAJOR"]  | 
11 |  | -    labels: ["breaking-change"]  | 
12 |  | -  - type: "refactor"  | 
13 |  | -    nouns: ["refactor", "Refactor"]  | 
14 |  | -    labels: ["refactor"]  | 
15 |  | -  - type: "documentation"  | 
16 |  | -    nouns: ["docs", "doc", "document", "documentation"]  | 
17 |  | -    labels: ["documentation"]  | 
18 |  | -  - type: "build"  | 
19 |  | -    nouns: ["build", "rebuild"]  | 
20 |  | -    labels: ["build"]  | 
21 |  | -  - type: "config"  | 
22 |  | -    nouns: ["config", "conf", "configuration", "configure"]  | 
23 |  | -    labels: ["config"]  | 
 | 3 | +- type: 'fix'  | 
 | 4 | +  nouns: ['FIX', 'Fix', 'fix', 'FIXED', 'Fixed', 'fixed']  | 
 | 5 | +  labels: ['bug']  | 
 | 6 | +- type: 'feature'  | 
 | 7 | +  nouns: ['FEATURE', 'Feature', 'feature', 'FEAT', 'Feat', 'feat']  | 
 | 8 | +  labels: ['enhancement']  | 
 | 9 | +- type: 'breaking_change'  | 
 | 10 | +  nouns: ['BREAKING CHANGE', 'BREAKING', 'MAJOR']  | 
 | 11 | +  labels: ['breaking-change']  | 
 | 12 | +- type: 'refactor'  | 
 | 13 | +  nouns: ['refactor', 'Refactor']  | 
 | 14 | +  labels: ['refactor']  | 
 | 15 | +- type: 'documentation'  | 
 | 16 | +  nouns: ['docs', 'doc', 'document', 'documentation']  | 
 | 17 | +  labels: ['documentation']  | 
 | 18 | +- type: 'build'  | 
 | 19 | +  nouns: ['build', 'rebuild']  | 
 | 20 | +  labels: ['build']  | 
 | 21 | +- type: 'config'  | 
 | 22 | +  nouns: ['config', 'conf', 'configuration', 'configure']  | 
 | 23 | +  labels: ['config']  | 
0 commit comments