Skip to content

Commit

Permalink
Merge pull request #527 from webpack/refactor-bin-folder
Browse files Browse the repository at this point in the history
[WIP] Refactor bin folder
  • Loading branch information
evenstensberg authored Dec 25, 2018
2 parents a5a867a + e82e69c commit 737dd19
Show file tree
Hide file tree
Showing 60 changed files with 6,463 additions and 7,070 deletions.
18 changes: 9 additions & 9 deletions .cz-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ module.exports = {
scopes: [],
// sort type values in asc
types: [
{ value: "ast", name: "ast: init, migrate, add, etc" },
{ value: "break", name: "break: Changes that break the behaviour of the cli" },
{ value: "chore", name: "chore: Updating deps, docs, linting, etc" },
{ value: "cli", name: "cli: Core CLI things" },
{ 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: "tests", name: "tests: Tests, jest, binTestCases, etc" },
{ value: "ast", name: "ast: init, migrate, add, etc" },
{ value: "break", name: "break: Changes that break the behaviour of the cli" },
{ value: "chore", name: "chore: Updating deps, docs, linting, etc" },
{ value: "cli", name: "cli: Core CLI things" },
{ 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: "tests", name: "tests: jest, unit-tests, etc" },
]
};
Loading

0 comments on commit 737dd19

Please sign in to comment.