From c582c5a3751b29b657bfb0f93eca09e7b00608ee Mon Sep 17 00:00:00 2001 From: logfox-agent Date: Sat, 18 Jul 2026 18:33:17 -0400 Subject: [PATCH] fix: shorten release badge labels to env only --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34f2d69..0ab68cc 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @logfox/cli -[![release:prime](https://img.shields.io/github/actions/workflow/status/logfoxai/cli/release.yml?branch=main&label=release%3Aprime)](https://github.com/logfoxai/cli/actions/workflows/release.yml) -[![release:prod](https://img.shields.io/github/actions/workflow/status/logfoxai/cli/release.yml?branch=prod&label=release%3Aprod)](https://github.com/logfoxai/cli/actions/workflows/release.yml) +[![prime](https://img.shields.io/github/actions/workflow/status/logfoxai/cli/release.yml?branch=main&label=prime)](https://github.com/logfoxai/cli/actions/workflows/release.yml) +[![prod](https://img.shields.io/github/actions/workflow/status/logfoxai/cli/release.yml?branch=prod&label=prod)](https://github.com/logfoxai/cli/actions/workflows/release.yml) [![SemVer](https://img.shields.io/badge/SemVer-2.0.0-blue)]() [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![AutoRel](https://img.shields.io/badge/%F0%9F%9A%80%20AutoRel-2D4DDE)](https://github.com/mhweiner/autorel)