From 413fb97582b3910423acbd69dc8619a02457fa87 Mon Sep 17 00:00:00 2001 From: Yu-Ting Hsiung Date: Thu, 20 Aug 2026 21:59:21 +0800 Subject: [PATCH] docs(tutorial): fix setup-cz link Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/tutorials/release-scm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/release-scm.md b/docs/tutorials/release-scm.md index a27847ec05..f8db1321bb 100644 --- a/docs/tutorials/release-scm.md +++ b/docs/tutorials/release-scm.md @@ -24,7 +24,7 @@ git push --follow-tags ``` !!! tip - Wrap this in a CI job to fully automate releases when using the `scm` provider using [setup-cz](github.com/commitizen-tools/setup-cz) + Wrap this in a CI job to fully automate releases when using the `scm` provider using [setup-cz](https://github.com/commitizen-tools/setup-cz) ## Why Can't I Bump with SCM?