From 3307cc010665a57d882b1b2516f189f0eb8959a7 Mon Sep 17 00:00:00 2001 From: Daniel Polo <106583643+danielPoloWork@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:21:22 +0200 Subject: [PATCH] docs(readme): add release-downloads badge across all languages Add a shields.io github/downloads (total) badge to the badge block in the EN source README and both derived translations (ja, zh-Hans), placed right after the CI badge. The badge links to the releases page and counts downloads of the v0.1.0 release assets (bundle + installers + SHA256SUMS). Uses an absolute releases URL so it is identical across all three files. Co-Authored-By: Claude Opus 4.8 --- .eamos-core/docs/i18n/ja/README.md | 1 + .eamos-core/docs/i18n/zh-Hans/README.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/.eamos-core/docs/i18n/ja/README.md b/.eamos-core/docs/i18n/ja/README.md index 6594357..261bde8 100644 --- a/.eamos-core/docs/i18n/ja/README.md +++ b/.eamos-core/docs/i18n/ja/README.md @@ -3,6 +3,7 @@ *ブリーフィングとファシリテーションのファクトリー。* [![CI](https://github.com/danielPoloWork/pgs-eamos/actions/workflows/ci.yml/badge.svg)](https://github.com/danielPoloWork/pgs-eamos/actions/workflows/ci.yml) +[![Downloads](https://img.shields.io/github/downloads/danielPoloWork/pgs-eamos/total.svg)](https://github.com/danielPoloWork/pgs-eamos/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](../../../../LICENSE) [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org/) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fe5196.svg)](https://www.conventionalcommits.org/) diff --git a/.eamos-core/docs/i18n/zh-Hans/README.md b/.eamos-core/docs/i18n/zh-Hans/README.md index e3fa40b..aca322d 100644 --- a/.eamos-core/docs/i18n/zh-Hans/README.md +++ b/.eamos-core/docs/i18n/zh-Hans/README.md @@ -3,6 +3,7 @@ *简报与会议引导的工厂。* [![CI](https://github.com/danielPoloWork/pgs-eamos/actions/workflows/ci.yml/badge.svg)](https://github.com/danielPoloWork/pgs-eamos/actions/workflows/ci.yml) +[![Downloads](https://img.shields.io/github/downloads/danielPoloWork/pgs-eamos/total.svg)](https://github.com/danielPoloWork/pgs-eamos/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](../../../../LICENSE) [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org/) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fe5196.svg)](https://www.conventionalcommits.org/) diff --git a/README.md b/README.md index 59b9781..d009327 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ *The briefing & facilitation factory.* [![CI](https://github.com/danielPoloWork/pgs-eamos/actions/workflows/ci.yml/badge.svg)](https://github.com/danielPoloWork/pgs-eamos/actions/workflows/ci.yml) +[![Downloads](https://img.shields.io/github/downloads/danielPoloWork/pgs-eamos/total.svg)](https://github.com/danielPoloWork/pgs-eamos/releases) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Python 3.12+](https://img.shields.io/badge/python-3.12%2B-blue.svg)](https://www.python.org/) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-fe5196.svg)](https://www.conventionalcommits.org/)