Uh oh!
There was an error while loading. Please reload this page.
docs(release-scm): fix setup-cz link - #2052
Open
Lee-W wants to merge 1 commit into
Open
Conversation
Contributor
🔍 Commitizen bump previewNo commits in this PR are eligible for a version bump. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The setup-cz link in
docs/tutorials/release-scm.mdwas missing thehttps://scheme (it readgithub.com/commitizen-tools/setup-cz), so it rendered as a broken/relative link instead of a working hyperlink. This adds the full scheme.Checklist
Was generative AI tooling used to co-author this PR?
Code Changes
Not applicable — documentation-only change, no code modified.
uv run poe alllocally to ensure this change passes linter check and testsDocumentation Changes
uv run poe doclocally to ensure the documentation pages renders correctlyExpected Behavior
In
docs/tutorials/release-scm.md, the setup-cz link inside the "Wrap this in a CI job…" tip block renders as a clickable hyperlink pointing tohttps://github.com/commitizen-tools/setup-cz.In
docs/tutorials/release-scm.md, the setup-cz link inside the "Wrap this in a CI job…" tip block renders as a clickable hyperlink pointing tohttps://github.com/commitizen-tools/setup-cz.Steps to Test This Pull Request
uv run poe docto build the docs site locallytutorials/release-scm.mdpage and find the tip block just above "Why Can't I Bump with SCM?"https://github.com/commitizen-tools/setup-czAdditional Context