From 0a6b7158f2d4322b70423e601eaf121af5a23218 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Wed, 3 Sep 2025 11:41:20 -0700 Subject: [PATCH] chore: Fix markdown link formatting in README.md (#1466) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb960de..ea78f41 100644 --- a/README.md +++ b/README.md @@ -496,7 +496,7 @@ and passed to this action. Versioning ---------- Starting with version 5.0.0, this action uses semantic-style release tags and -(immutable releases)[https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases]. +[immutable releases](https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/immutable-releases). A floating version tag (vN) is also provided for convenience: this tag will move to the latest major version (vN -> vN.2.1, vM -> vM.0.0, etc.).