From df42de4b5373318bcc8c3e961ac5705b6b2b0ce7 Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:14:44 +0200 Subject: [PATCH] fix: remove stray backslash in version badge URL The previous badge PR introduced a literal backslash before the ampersand in the shields.io query string, which broke the badge image. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Copilot <223556219+Copilot@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78fa8f8..e2f08da 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # hook-gitplugin -[![Latest Release](https://img.shields.io/github/v/release/SemRels/hook-gitplugin?label=version\&color=blue)](https://github.com/SemRels/hook-gitplugin/releases/latest) +[![Latest Release](https://img.shields.io/github/v/release/SemRels/hook-gitplugin?label=version&color=blue)](https://github.com/SemRels/hook-gitplugin/releases/latest) Pushes release tags and related git updates to another repository.