|
13 | 13 | "feat.description": "A new feature", |
14 | 14 | "fix.description": "A bug fix", |
15 | 15 | "docs.description": "Documentation only changes", |
16 | | - "style.description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)", |
| 16 | + "style.description": "Changes that do not affect the meaning of the code", |
17 | 17 | "refactor.description": "A code change that neither fixes a bug nor adds a feature", |
18 | 18 | "perf.description": "A code change that improves performance", |
19 | 19 | "test.description": "Adding missing tests or correcting existing tests", |
20 | | - "build.description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)", |
21 | | - "ci.description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)", |
| 20 | + "build.description": "Changes that affect the build system or external dependencies", |
| 21 | + "ci.description": "Changes to our CI configuration files and scripts", |
22 | 22 | "chore.description": "Other changes that don't modify src or test files", |
23 | 23 | "revert.description": "Reverts a previous commit", |
24 | 24 | "Can't load git extention, please install it!": "Can't load git extention, please install it!" |
|
0 commit comments