From 1605d699f03f61432120febdc32e096ad4e3ee7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Santiago=20Fraire=20Willemo=C3=ABs?= Date: Tue, 9 Feb 2021 09:04:54 +0100 Subject: [PATCH] docs: correct title in faq --- docs/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq.md b/docs/faq.md index 37300c88e1..c0e22cefde 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -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: