Skip to content

Commit

Permalink
misc(cz): asc note
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvdutt committed Mar 11, 2018
1 parent 83ab64f commit be2caa3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ module.exports = {
allowBreakingChanges: ["ast"],
allowCustomScopes: true,
scopes: [],
// sort type values in asc
types: [
{ value: "feat", name: "feat: A new feature" },
{ value: "ast", name: "ast: init, migrate, add, etc" },
{ value: "tests", name: "tests: Tests, jest, binTestCases, etc" },
{ value: "docs", name: "docs: Documentation" },
{ value: "deps", name: "deps: Dependency bumps only" },
{ value: "chore", name: "chore: Updating docs, linting, etc" },
{ value: "cli", name: "cli: Core CLI things" },
{ value: "deps", name: "deps: Dependency bumps only" },
{ value: "docs", name: "docs: Documentation" },
{ value: "feat", name: "feat: A new feature" },
{ value: "fix", name: "fix: Bugs, typos, etc" },
{ value: "misc", name: "misc: Other formats like tweaks and such" },
{ value: "chore", name: "chore: Updating docs, linting, etc" },
{ value: "fix", name: "bugs, typos, etc" }
{ value: "tests", name: "tests: Tests, jest, binTestCases, etc" }
]
};

0 comments on commit be2caa3

Please sign in to comment.