From 8733f43e8be75c1983ae9361925ae601221a64a0 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Tue, 11 May 2021 14:46:28 +0200 Subject: [PATCH 1/2] (#2244) Add status badge for GitHub Action This commit adds a status badge to show wether the GitHub Action builds on the master branch are successful or not. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82836038ce..215119dddb 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ You can just call me choco. ## Build Status -TeamCity | AppVeyor | Travis -------------- | ------------- | ------------- -[![TeamCity Build Status](https://img.shields.io/teamcity/codebetter/bt429.svg)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt429) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/jfxywa3xuwowt20w/branch/master?svg=true)](https://ci.appveyor.com/project/ferventcoder/choco/branch/master) | [![Travis Build Status](https://travis-ci.org/chocolatey/choco.svg?branch=master)](https://travis-ci.org/chocolatey/choco) +TeamCity | AppVeyor | Travis | GitHub Action +------------- | ------------- | ------------- | ------------- +[![TeamCity Build Status](https://img.shields.io/teamcity/codebetter/bt429.svg)](http://teamcity.codebetter.com/viewType.html?buildTypeId=bt429) | [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/jfxywa3xuwowt20w/branch/master?svg=true)](https://ci.appveyor.com/project/ferventcoder/choco/branch/master) | [![Travis Build Status](https://travis-ci.org/chocolatey/choco.svg?branch=master)](https://travis-ci.org/chocolatey/choco) | [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/chocolatey/choco/Chocolatey%20Builds/master?logo=github)]((https://github.com/chocolatey/choco/actions/workflows/build.yml)) ## Chat Room Come join in the conversation about Chocolatey in our Gitter Chat Room. From 372a905938d64113e0ffcb9c9c556570a56fd535 Mon Sep 17 00:00:00 2001 From: AdmiringWorm Date: Tue, 11 May 2021 14:50:11 +0200 Subject: [PATCH 2/2] (#2244) Add badge for latest docker semver version This commit adds a new badge for the latest version available as a docker image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 215119dddb..c497cc7bf8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ You can just call me choco. ![Chocolatey Logo](https://rawcdn.githack.com/chocolatey/choco/14a627932c78c8baaba6bef5f749ebfa1957d28d/docs/logo/chocolateyicon.gif "Chocolatey") -[![](https://img.shields.io/chocolatey/dt/chocolatey.svg)](https://community.chocolatey.org/packages/chocolatey) [![](https://img.shields.io/chocolatey/v/chocolatey.svg)](https://community.chocolatey.org/packages/chocolatey) [![Project Stats](https://www.openhub.net/p/chocolatey/widgets/project_thin_badge.gif)](https://www.openhub.net/p/chocolatey) +[![](https://img.shields.io/chocolatey/dt/chocolatey.svg)](https://community.chocolatey.org/packages/chocolatey) [![](https://img.shields.io/chocolatey/v/chocolatey.svg)](https://community.chocolatey.org/packages/chocolatey) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/chocolatey/choco?label=docker&logo=docker&sort=semver)](https://hub.docker.com/r/chocolatey/choco) [![Project Stats](https://www.openhub.net/p/chocolatey/widgets/project_thin_badge.gif)](https://www.openhub.net/p/chocolatey)