From 11d41154deefb407a01ee9cdeebca8a0c3705075 Mon Sep 17 00:00:00 2001 From: DigiLive Date: Mon, 28 Apr 2025 21:52:36 +0200 Subject: [PATCH] Fix release badge The "Static" badge breaks on pre-releases. It's now a "GitHub Tag" badge and shows `no matching tags found` until a matching tag is found in the repository (which should only be used for releases). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa819bd..2fce6ff 100644 --- a/README.md +++ b/README.md @@ -63,13 +63,13 @@ Visit the [issues][issuesUrl] page. [sponsorBadge]: https://img.shields.io/badge/Sponsor_him-%E2%9D%A4-%23db61a2.svg?&logo=github&color=%23fe8e86 -[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.0&label=Release +[releaseBadge]: https://img.shields.io/github/v/tag/digilive/mushroom-strategy?filter=v2.3.0-alpha.1&label=Release [repositoryUrl]: https://github.com/DigiLive/mushroom-strategy -[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.0 +[releaseUrl]: https://github.com/DigiLive/mushroom-strategy/releases/tag/v2.3.0-alpha.1 [issuesUrl]: https://github.com/DigiLive/mushroom-strategy/issues