|
1 | 1 | { |
2 | 2 | "types": { |
3 | 3 | "feat": { |
4 | | - "description": "A new feature" |
| 4 | + "description": "A new feature", |
| 5 | + "title": "Features" |
5 | 6 | }, |
6 | 7 | "fix": { |
7 | | - "description": "A bug fix" |
| 8 | + "description": "A bug fix", |
| 9 | + "title": "Bug Fixes" |
8 | 10 | }, |
9 | 11 | "docs": { |
10 | | - "description": "Documentation only changes" |
| 12 | + "description": "Documentation only changes", |
| 13 | + "title": "Documentation" |
11 | 14 | }, |
12 | 15 | "style": { |
13 | | - "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)" |
| 16 | + "description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)", |
| 17 | + "title": "Styles" |
14 | 18 | }, |
15 | 19 | "refactor": { |
16 | | - "description": "A code change that neither fixes a bug nor adds a feature" |
| 20 | + "description": "A code change that neither fixes a bug nor adds a feature", |
| 21 | + "title": "Code Refactoring" |
17 | 22 | }, |
18 | 23 | "perf": { |
19 | | - "description": "A code change that improves performance" |
| 24 | + "description": "A code change that improves performance", |
| 25 | + "title": "Performance Improvements" |
20 | 26 | }, |
21 | 27 | "test": { |
22 | | - "description": "Adding missing tests or correcting existing tests" |
| 28 | + "description": "Adding missing tests or correcting existing tests", |
| 29 | + "title": "Tests" |
23 | 30 | }, |
24 | 31 | "build": { |
25 | | - "description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)" |
| 32 | + "description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)", |
| 33 | + "title": "Builds" |
26 | 34 | }, |
27 | 35 | "ci": { |
28 | | - "description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)" |
| 36 | + "description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)", |
| 37 | + "title": "Continuous Integrations" |
29 | 38 | }, |
30 | 39 | "chore": { |
31 | | - "description": "Other changes that don't modify src or test files" |
| 40 | + "description": "Other changes that don't modify src or test files", |
| 41 | + "title": "Chores" |
32 | 42 | }, |
33 | 43 | "revert": { |
34 | | - "description": "Reverts a previous commit" |
| 44 | + "description": "Reverts a previous commit", |
| 45 | + "title": "Reverts" |
35 | 46 | } |
36 | 47 | } |
37 | 48 | } |
0 commit comments