Skip to content

Commit 489a792

Browse files
stevemaoAndersDJohnson
authored andcommitted
feat(types): update all the types to match the latest changes in angular (#1)
https://github.com/angular/angular/blob/master/CONTRIBUTING.md#type
1 parent 495a0ef commit 489a792

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

index.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,25 @@
1010
"description": "Documentation only changes"
1111
},
1212
"style": {
13-
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)"
13+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
1414
},
1515
"refactor": {
16-
"description": "A code change that neither fixes a bug or adds a feature"
16+
"description": "A code change that neither fixes a bug nor adds a feature"
1717
},
1818
"perf": {
1919
"description": "A code change that improves performance"
2020
},
2121
"test": {
22-
"description": "Adding missing tests"
22+
"description": "Adding missing tests or correcting existing tests"
23+
},
24+
"build": {
25+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)"
26+
},
27+
"ci": {
28+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
2329
},
2430
"chore": {
25-
"description": "Changes to the build process or auxiliary tools and libraries such as documentation generation"
31+
"description": "Other changes that don't modify src or test files"
2632
},
2733
"revert": {
2834
"description": "Reverts a previous commit"

0 commit comments

Comments
 (0)