Skip to content

Commit

Permalink
Merge pull request #344 from commitizen-tools/docs/update-faq
Browse files Browse the repository at this point in the history
docs: correct title in faq
  • Loading branch information
woile authored Feb 9, 2021
2 parents 65d001f + 1605d69 commit 2387ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ version_files = [
]
```

### Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select?
## Why are `revert` and `chore` valid types in the check pattern of cz conventional_commits but not types we can select?

`revert` and `chore` are added to the "pattern" in `cz check` in order to prevent backward errors, but officially they are not part of conventional commits, we are using the latest [types from Angular](https://github.com/angular/angular/blob/22b96b9/CONTRIBUTING.md#type) (they used to but were removed).
However, you can create a customized `cz` with those extra types. (See [Customization](https://commitizen-tools.github.io/commitizen/customization/)

See more discussion in issue [#142](https://github.com/commitizen-tools/commitizen/issues/142) and [#36](https://github.com/commitizen-tools/commitizen/issues/36)

### How to revert a bump?
## How to revert a bump?

If for any reason, the created tag and changelog were to be undone, this is the snippet:

Expand Down

0 comments on commit 2387ea7

Please sign in to comment.