From f82d2990157157b2e69024f83819c5ca574d704c Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 11 Nov 2021 01:40:51 +0000 Subject: [PATCH] docs(readme): fix total downloads badge The release downloads badge from shields.io only checks the first 100 most recent GitHub Releases to calculate the download totals. This obviously yields invalid values if a repository has more than 100 releases. Hence we're switching the badge to source it's data from a custom JSON file in the meta branch, which is updated once an hour but a scheduled GitHub Actions workflow which runs a Go file that checks all releases from all pages for downloads counts. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66f0a8c..6135984 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ GitHub pull requests - GitHub all releases + GitHub all releases