From 9f324ea379cf487c3423b5ef99bbb70b0e111b17 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 12 May 2023 11:28:30 -1000 Subject: [PATCH] ;doc: github release notes: add download count badges --- doc/github-release-doc.tmpl.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/github-release-doc.tmpl.md b/doc/github-release-doc.tmpl.md index 87fdd4f10..fa27313f1 100644 --- a/doc/github-release-doc.tmpl.md +++ b/doc/github-release-doc.tmpl.md @@ -128,3 +128,7 @@ Problems: 2022-06-05: linux-x64 binaries updated to run at normal speed. [#1867](https://github.com/simonmichael/hledger/issues/1867) 2022-06-08: windows-x64 binaries fixed. [#1869](https://github.com/simonmichael/hledger/issues/1869) --> + +![Downloads, linux-x64](https://img.shields.io/github/downloads/simonmichael/hledger/1.29.2/hledger-linux-x64.zip)\ +![Downloads, mac-x64](https://img.shields.io/github/downloads/simonmichael/hledger/1.29.2/hledger-mac-x64.zip)\ +![Downloads, windows-x64](https://img.shields.io/github/downloads/simonmichael/hledger/1.29.2/hledger-windows-x64.zip)