Skip to content

Commit

Permalink
Add break as commit type and listed the type of commit in the documen…
Browse files Browse the repository at this point in the history
…tation (#379)

* docs(commits): listed the list of type of commits available
  • Loading branch information
ematipico committed Apr 9, 2018
1 parent 8a90ea4 commit cc217cb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .cz-config.js
Expand Up @@ -19,6 +19,7 @@ module.exports = {
// 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" },
Expand Down
11 changes: 11 additions & 0 deletions CONTRIBUTING.md
Expand Up @@ -121,6 +121,17 @@ format that includes a **type** and a **subject**:
<footer>
```

This is the list of *type* of commits that we accept:
* ast
* chore
* cli
* docs
* feat
* fix
* misc
* tests
* break

The **header** is mandatory.

Any line of the commit message cannot be longer 100 characters. This allows the message to be easier
Expand Down

0 comments on commit cc217cb

Please sign in to comment.