From 59a97e85039ae6314adaf5374e34156b7224beb5 Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:03:25 +0200 Subject: [PATCH] docs: add dynamic latest-release version badge to README Adds a shields.io badge that queries the GitHub Releases API live, so the README always shows the current latest release with zero maintenance. 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, 2 insertions(+) diff --git a/README.md b/README.md index 04c52eb..f9bca42 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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) + Publishes the semrel release to GitLab. This plugin is distributed as the standalone Go binary `semrel-plugin-provider-gitlab`. Semrel executes the binary as a subprocess, provides plugin configuration through `SEMREL_PLUGIN_*` environment variables, provides release context through `SEMREL_*` environment variables, reads standard output, and treats exit code `0` as success and any non-zero exit code as failure. Install the binary in `~/.semrel/plugins/` or anywhere on your `$PATH`.