From e56810744b1a468ec9f895d3d5ccf90ef7c4390f Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 30 Mar 2020 18:32:11 +0200 Subject: [PATCH 1/3] docs(badges): replace imgshield with badgen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 756974021f..d372b81568 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ # Zitadel [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -![Release Badge](https://github.com/caos/zitadel/workflows/Test,%20Build,%20Release/badge.svg) -[![GitHub license](https://img.shields.io/github/license/caos/zitadel)](https://github.com/caos/zitadel/blob/master/LICENSE) -[![GitHub release](https://img.shields.io/github/release/caos/zitadel)](https://gitHub.com/caos/zitadel/releases/) +[![status](https://badgen.net/github/status/caos/zitadel)](https://github.com/caos/zitadel/actions) +[![license](https://badgen.net/github/license/caos/zitadel/)](https://github.com/caos/zitadel/blob/master/LICENSE) +[![release](https://badgen.net/github/release/caos/zitadel)](https://github.com/caos/zitadel/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/caos/zitadel)](https://goreportcard.com/report/github.com/caos/zitadel) > This project is in alpha state. The API will continue breaking until version 1.0.0 is released From 4d54e8116f199daac5502cfb5cd00f55c3d40960 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 30 Mar 2020 18:38:37 +0200 Subject: [PATCH 2/3] docs(badges): use github actions badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d372b81568..cd99799aec 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Zitadel [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) -[![status](https://badgen.net/github/status/caos/zitadel)](https://github.com/caos/zitadel/actions) +[![Release](https://github.com/caos/zitadel/workflows/Release/badge.svg)](https://github.com/caos/zitadel/actions) [![license](https://badgen.net/github/license/caos/zitadel/)](https://github.com/caos/zitadel/blob/master/LICENSE) [![release](https://badgen.net/github/release/caos/zitadel)](https://github.com/caos/zitadel/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/caos/zitadel)](https://goreportcard.com/report/github.com/caos/zitadel) From c7af03c0ef25e95f477c4a69a6bb8c1af58bbeec Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 30 Mar 2020 18:44:28 +0200 Subject: [PATCH 3/3] docs(badges): use stable release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd99799aec..424897576d 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Release](https://github.com/caos/zitadel/workflows/Release/badge.svg)](https://github.com/caos/zitadel/actions) [![license](https://badgen.net/github/license/caos/zitadel/)](https://github.com/caos/zitadel/blob/master/LICENSE) -[![release](https://badgen.net/github/release/caos/zitadel)](https://github.com/caos/zitadel/releases) +[![release](https://badgen.net/github/release/caos/zitadel/stable)](https://github.com/caos/zitadel/releases) [![Go Report Card](https://goreportcard.com/badge/github.com/caos/zitadel)](https://goreportcard.com/report/github.com/caos/zitadel) > This project is in alpha state. The API will continue breaking until version 1.0.0 is released