From 53cdf2e7fd40c4cbae5df704ac1187a3ac32d4f8 Mon Sep 17 00:00:00 2001 From: logfox-agent Date: Mon, 13 Jul 2026 02:41:59 -0400 Subject: [PATCH 1/2] fix: standardize README badges Add release:prime, release:prod, SemVer, Conventional Commits, and AutoRel badges. Remove CI and legacy build/deploy badges. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a41f77d..f209266 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # @logfox/cli -[![build status](https://github.com/logfoxai/cli/actions/workflows/release.yml/badge.svg)](https://github.com/logfoxai/cli/actions) +[![release:prime](https://github.com/logfoxai/cli/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/logfoxai/cli/actions/workflows/release.yml) +[![release:prod](https://github.com/logfoxai/cli/actions/workflows/release.yml/badge.svg?branch=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/v2-AutoRel?label=AutoRel&labelColor=0ab5fc&color=grey&link=https%3A%2F%2Fgithub.com%2Fmhweiner%2Fautorel)](https://github.com/mhweiner/autorel) +[![AutoRel](https://img.shields.io/badge/%F0%9F%9A%80%20AutoRel-2D4DDE)](https://github.com/mhweiner/autorel) CLI tool for sending local development logs to Logfox. @@ -62,3 +63,7 @@ logfox config:set apiUrl http://localhost:3000 logfox config:set appUrl http://localhost:4000 logfox login ``` + +## Commits & releases + +[AutoRel](https://github.com/mhweiner/autorel). Conventional commits — see the [commit format](https://github.com/mhweiner/autorel/blob/main/docs/commit-format.md). From 1af7e352a40343015186d975edbbb27051ab8080 Mon Sep 17 00:00:00 2001 From: logfox-agent Date: Mon, 13 Jul 2026 02:55:14 -0400 Subject: [PATCH 2/2] fix: show release:prime and release:prod on workflow badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f209266..34f2d69 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @logfox/cli -[![release:prime](https://github.com/logfoxai/cli/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/logfoxai/cli/actions/workflows/release.yml) -[![release:prod](https://github.com/logfoxai/cli/actions/workflows/release.yml/badge.svg?branch=prod)](https://github.com/logfoxai/cli/actions/workflows/release.yml) +[![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) [![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)