From 0a801d9ddb88941158271073190e2d5eb2bc67d0 Mon Sep 17 00:00:00 2001 From: Joe Bottigliero Date: Sat, 12 Sep 2020 10:58:00 -0500 Subject: [PATCH] docs(README): Updates the CI status badge to source from GitHub workflows. (#595) - Updates badge based on the removal of Travis (#583) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f13e9f85..e1de80897 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A utility for versioning using [semver](https://semver.org/) and CHANGELOG generation powered by [Conventional Commits](https://conventionalcommits.org). -[![Build Status](https://travis-ci.org/conventional-changelog/standard-version.svg?branch=master)](https://travis-ci.org/conventional-changelog/standard-version) +![ci](https://github.com/conventional-changelog/standard-version/workflows/ci/badge.svg) [![NPM version](https://img.shields.io/npm/v/standard-version.svg)](https://www.npmjs.com/package/standard-version) [![Coverage Status](https://coveralls.io/repos/conventional-changelog/standard-version/badge.svg?branch=)](https://coveralls.io/r/conventional-changelog/standard-version?branch=master) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)