From 5239f527cd68b9a1828eb3c06ba4a503d2fde5e6 Mon Sep 17 00:00:00 2001 From: Sachin Chavan Date: Sun, 7 Jul 2024 18:32:45 +0400 Subject: [PATCH] add gorelease build badge --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ff00dd..665b0fd 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Go Reference][goreference_badge]][goreference_link] [![Go Report Card][goreportcard_badge]][goreportcard_link] - +[![goreleaser][goreleaser_badge]][goreleaser_link] ## Installation @@ -35,4 +35,6 @@ See [`LICENSE`](./LICENSE). [goreference_link]: https://pkg.go.dev/github.com/sachinsmc/gitgrab [goreportcard_badge]: https://goreportcard.com/badge/github.com/sachinsmc/gitgrab [goreportcard_link]: https://goreportcard.com/report/github.com/sachinsmc/gitgrab +[goreleaser_badge]: https://github.com/sachinsmc/gitgrab/actions/workflows/release.yml/badge.svg +[goreleaser_link]: https://github.com/sachinsmc/gitgrab/actions/workflows/release.yml