From a35b7afd6ff4b1e50f50fdd7f15a234b5d4c1d53 Mon Sep 17 00:00:00 2001 From: Alex Crome Date: Fri, 28 Oct 2022 18:25:59 +0100 Subject: [PATCH] Updated version badge in readme. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The version badge in the readme was showing `v0.7.14`, which is a little out of date 😅. The badge was tied to the now deprecated `@backstage/core` npm package. Updated the badge to be based directly on the latest release in github. Signed-off-by: Alex Crome --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 129058c9e0..8a2bd338d9 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Discord](https://img.shields.io/discord/687207715902193673)](https://discord.gg/EBHEGzX) ![Code style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg) [![Codecov](https://img.shields.io/codecov/c/github/backstage/backstage)](https://codecov.io/gh/backstage/backstage) -[![](https://img.shields.io/npm/v/@backstage/core?label=Version)](https://github.com/backstage/backstage/releases) +[![](https://img.shields.io/github/v/release/backstage/backstage)](https://github.com/backstage/backstage/releases) ## What is Backstage?