From 5cbd236e8dfdbdd820b5ff2cc33f9dc527fa0c76 Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:15:22 +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 f9bca42..270360d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # provider-gitlab -[![Latest Release](https://img.shields.io/github/v/release/SemRels/provider-gitlab?label=version\&color=blue)](https://github.com/SemRels/provider-gitlab/releases/latest) +[![Latest Release](https://img.shields.io/github/v/release/SemRels/provider-gitlab?label=version&color=blue)](https://github.com/SemRels/provider-gitlab/releases/latest) Publishes the semrel release to GitLab.