From 7ca018fb09689d4c1087afebddd3adfe984b2dc3 Mon Sep 17 00:00:00 2001 From: Copilot <223556219+Copilot@users.noreply.github.com> Date: Wed, 1 Jul 2026 18:01:20 +0200 Subject: [PATCH] docs: add dynamic latest-release version badge placeholder to README template 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 3a39a85..d525aa2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # {{PLUGIN_NAME}} +[![Latest Release](https://img.shields.io/github/v/release/SemRels/{{PLUGIN_NAME}}?label=version&color=blue)](https://github.com/SemRels/{{PLUGIN_NAME}}/releases/latest) + > Replace this description with what your SemRel plugin does. This repository is based on the `SemRels/plugin-template` GitHub template and provides a clean starting point for provider, analyzer, generator, updater, or hook plugins.