From 5d593311b2c9859910296402abdf89a4b10a6298 Mon Sep 17 00:00:00 2001 From: Wei Lee Date: Tue, 4 Aug 2026 14:50:37 +0800 Subject: [PATCH] docs(release-scm): fix setup-cz link --- 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 a27847ec0..f8db1321b 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?