Skip to content

Commit

Permalink
Merge pull request #317 from ematipico/bugfix/commit-whitelist
Browse files Browse the repository at this point in the history
fix: adding 'fix' to whitelist
  • Loading branch information
ematipico committed Mar 8, 2018
2 parents 44517fd + 10a00df commit 82472e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@ module.exports = {
{ value: "cli", name: "cli: Core CLI things" },
{ value: "misc", name: "misc: Other formats like tweaks and such" },
{ value: "chore", name: "chore: Updating docs, linting, etc" },
{ value: "fix", name: "bugs, typos, etc" }
]
};

0 comments on commit 82472e4

Please sign in to comment.