Skip to content

Commit

Permalink
chore(add new items to chore): adds chore command
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Feb 19, 2018
1 parent a400809 commit db243b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ module.exports = {
{value: 'docs', name: 'docs: Documentation'},
{value: 'deps', name: 'deps: Dependency bumps only'},
{value: 'cli', name: 'cli: core CLI things'},
{value: 'misc', name: 'misc: Other formats like tweaks and such'}
{value: 'misc', name: 'misc: Other formats like tweaks and such'},
{value: 'chore', name: 'chore: Updating docs, linting etc'},
]
};
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jsdoc.json
.appveyor.yml
.codecov.yml
*.snap
build

0 comments on commit db243b6

Please sign in to comment.