Skip to content

Commit 2349a1d

Browse files
docs: bust camo cache on release/downloads/license badges
Camo had cached "repo not found" SVGs from before the repo had releases. Adding query params changes the camo hash so GitHub re-fetches from shields.io.
1 parent b03eb52 commit 2349a1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
<img src="https://github.com/offendingcommit/openconcho/actions/workflows/ci.yml/badge.svg?branch=main&event=push" alt="CI" />
99
</a>
1010
<a href="https://github.com/offendingcommit/openconcho/releases/latest">
11-
<img src="https://img.shields.io/github/v/release/offendingcommit/openconcho" alt="Latest release" />
11+
<img src="https://img.shields.io/github/v/release/offendingcommit/openconcho?display_name=tag&sort=semver" alt="Latest release" />
1212
</a>
13-
<a href="https://github.com/offendingcommit/openconcho/releases/latest">
14-
<img src="https://img.shields.io/github/downloads/offendingcommit/openconcho/total" alt="Downloads" />
13+
<a href="https://github.com/offendingcommit/openconcho/releases">
14+
<img src="https://img.shields.io/github/downloads/offendingcommit/openconcho/total?color=blue" alt="Downloads" />
1515
</a>
1616
<img src="https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-blue" alt="Platforms" />
1717
<a href="LICENSE">
18-
<img src="https://img.shields.io/github/license/offendingcommit/openconcho" alt="License" />
18+
<img src="https://img.shields.io/github/license/offendingcommit/openconcho?color=green" alt="License" />
1919
</a>
2020
</p>
2121
</div>

0 commit comments

Comments
 (0)