Skip to content

Commit

Permalink
feat(types): update all the types to match the latest changes in angu…
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemao authored and AndersDJohnson committed Sep 15, 2016
1 parent 495a0ef commit 489a792
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,25 @@
"description": "Documentation only changes"
},
"style": {
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc.)"
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)"
},
"refactor": {
"description": "A code change that neither fixes a bug or adds a feature"
"description": "A code change that neither fixes a bug nor adds a feature"
},
"perf": {
"description": "A code change that improves performance"
},
"test": {
"description": "Adding missing tests"
"description": "Adding missing tests or correcting existing tests"
},
"build": {
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)"
},
"ci": {
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)"
},
"chore": {
"description": "Changes to the build process or auxiliary tools and libraries such as documentation generation"
"description": "Other changes that don't modify src or test files"
},
"revert": {
"description": "Reverts a previous commit"
Expand Down

0 comments on commit 489a792

Please sign in to comment.