From 0b6d910219df591d60b93dbd212af2d5f1f98e75 Mon Sep 17 00:00:00 2001 From: Test User Date: Tue, 3 Feb 2026 22:50:21 -0700 Subject: [PATCH] chore: use dynamic version badges from GitHub releases Replace hardcoded version-6.4.0 badges with shields.io github/v/release endpoint that auto-updates on new releases. Also includes CI, Docs, License, and Pure ZSH badges added to README.md. Co-Authored-By: Claude Opus 4.5 --- README.md | 8 +++++--- docs/index.md | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1015a2f19..ef815fbb3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # flow-cli -[![Version](https://img.shields.io/badge/version-6.4.0-blue.svg)](https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.0) -[![Tests](https://github.com/Data-Wise/flow-cli/actions/workflows/test.yml/badge.svg)](https://github.com/Data-Wise/flow-cli/actions) -[![Docs](https://img.shields.io/badge/docs-online-brightgreen.svg)](https://data-wise.github.io/flow-cli/) +[![Version](https://img.shields.io/github/v/release/Data-Wise/flow-cli?label=version&color=blue)](https://github.com/Data-Wise/flow-cli/releases/latest) +[![CI](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/test.yml?label=CI&branch=main)](https://github.com/Data-Wise/flow-cli/actions/workflows/test.yml) +[![Docs](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/docs.yml?label=docs&branch=main)](https://github.com/Data-Wise/flow-cli/actions/workflows/docs.yml) +[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/Data-Wise/flow-cli/blob/main/LICENSE) +[![Pure ZSH](https://img.shields.io/badge/pure-ZSH-1f425f)](https://www.zsh.org/) > **ZSH workflow tools designed for ADHD brains.** > Start working in 10 seconds. Stay motivated with visible wins. diff --git a/docs/index.md b/docs/index.md index 45d9573cf..94f77b28b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -7,7 +7,7 @@ tags: # Flow CLI -[![Version](https://img.shields.io/badge/version-v6.4.0-blue)](https://github.com/Data-Wise/flow-cli/releases/tag/v6.4.0) +[![Version](https://img.shields.io/github/v/release/Data-Wise/flow-cli?label=version&color=blue)](https://github.com/Data-Wise/flow-cli/releases/latest) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Tests](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/test.yml?label=tests&branch=main)](https://github.com/Data-Wise/flow-cli/actions/workflows/test.yml) [![Docs](https://img.shields.io/github/actions/workflow/status/Data-Wise/flow-cli/docs.yml?label=docs&branch=main)](https://github.com/Data-Wise/flow-cli/actions/workflows/docs.yml)