From f4d0a3c99ab58f174cd592f905b6f6abb4e6d739 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Wed, 4 Jun 2025 20:31:36 +0800 Subject: [PATCH 1/4] docs(README): fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a0d14b..613b3cf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ cz template for [commitizen](https://github.com/Woile/commitizen) v3 -## Prerequiste +## Prerequisites - Python 3.x - Poetry 1.2.x @@ -23,7 +23,7 @@ cz template for [commitizen](https://github.com/Woile/commitizen) v3 3. Publish it to [pypi](https://pypi.org/) or install locally through `pip install .` 4. Test through `cz --name cz_[cz_name] [command]` -## Lisence +## License [MIT](https://opensource.org/licenses/MIT) From 104589ce71399a6aff04c2b119695bbd41f66e28 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Wed, 4 Jun 2025 20:32:18 +0800 Subject: [PATCH 2/4] docs(README): update commitizen link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 613b3cf..7a192ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # commitizen cz template -cz template for [commitizen](https://github.com/Woile/commitizen) v3 +cz template for [commitizen](https://github.com/commitizen-tools/commitizen) v3 ## Prerequisites From e74c17f89bab20574ebda492873a0e7cc905a7d4 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Wed, 4 Jun 2025 20:35:18 +0800 Subject: [PATCH 3/4] docs(README): fix markdown rule issue --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a192ce..6778ef7 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ cz template for [commitizen](https://github.com/commitizen-tools/commitizen) v3 ## Author -[Lee-W](https://github.com/Lee-W/) (weilee.rx@gmail.com) +[Lee-W](https://github.com/Lee-W/) () From dc2a4e9d12b4e96d370ab4c777374ea121765edb Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Wed, 4 Jun 2025 20:37:12 +0800 Subject: [PATCH 4/4] docs(README): update commitizen version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6778ef7..1f15f18 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # commitizen cz template -cz template for [commitizen](https://github.com/commitizen-tools/commitizen) v3 +cz template for [commitizen](https://github.com/commitizen-tools/commitizen) v3+ ## Prerequisites