From cb11088259b2d7f85a4daac83e3a1d1cb73ec0a0 Mon Sep 17 00:00:00 2001 From: baluyotraf Date: Mon, 5 May 2025 18:13:40 +0200 Subject: [PATCH 1/2] Fix the question types url mistakenly became part of the table --- docs/customization.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/customization.md b/docs/customization.md index 50113301d..9915e6be6 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -177,6 +177,7 @@ commitizen: | `default` | `Any` | `None` | (OPTIONAL) The default value for this question. | | `filter` | `str` | `None` | (OPTIONAL) Validator for user's answer. **(Work in Progress)** | | `multiline` | `bool` | `False` | (OPTIONAL) Enable multiline support when `type = input`. | + [different-question-types]: https://github.com/tmbo/questionary#different-question-types #### Shortcut keys From 5cc8c6a96a5ba86e407c913a4f0225df3b25a65b Mon Sep 17 00:00:00 2001 From: baluyotraf Date: Mon, 5 May 2025 18:16:30 +0200 Subject: [PATCH 2/2] Fix the link to the changelog spec --- docs/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/customization.md b/docs/customization.md index 9915e6be6..da41071b9 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -164,7 +164,7 @@ commitizen: | `change_type_map` | `dict` | `None` | (OPTIONAL) Dictionary mapping the type of the commit to a changelog entry | [jinja2]: https://jinja.palletsprojects.com/en/2.10.x/ -[changelog-spec]: https://commitizen-tools.github.io/commitizen/changelog/ +[changelog-spec]: https://commitizen-tools.github.io/commitizen/commands/changelog/ #### Detailed `questions` content