From f1faf24d04b51038bd12fafd3e23ff2f23817916 Mon Sep 17 00:00:00 2001 From: Wojciech Kusa Date: Tue, 13 Jul 2021 17:18:00 +0200 Subject: [PATCH 1/2] docs(README): fix URL in README.md fix link to Customization --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index ea45b2d68a..fa62b2eab6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -178,7 +178,7 @@ See [Third-Party Commitizen Templates](third-party-commitizen.md). ### 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/)) +However, you can create a customized `cz` with those extra types. (See [Customization](https://commitizen-tools.github.io/commitizen/customization.html)) See more discussion in issue [#142](https://github.com/commitizen-tools/commitizen/issues/142) and [#36](https://github.com/commitizen-tools/commitizen/issues/36) From d595c61f54754069086c10f72e219208fe421e0c Mon Sep 17 00:00:00 2001 From: Wojciech Kusa Date: Wed, 14 Jul 2021 15:17:34 +0200 Subject: [PATCH 2/2] docs(README): fix URL in README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index fa62b2eab6..f8482f4a69 100644 --- a/docs/README.md +++ b/docs/README.md @@ -178,7 +178,7 @@ See [Third-Party Commitizen Templates](third-party-commitizen.md). ### 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.html)) +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)