From ed0a73c867d6fb3ea4e1f1308ba4ecfef4aa9ba7 Mon Sep 17 00:00:00 2001 From: Pierre Cavin Date: Wed, 22 Nov 2023 03:39:02 +0100 Subject: [PATCH] chore(readme): add next version badge --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f60dc9..7dc1c4f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ > [**semantic-release**](https://github.com/semantic-release/semantic-release) plugin to publish a [hex](https://hex.pm) package -[![Version](https://img.shields.io/npm/v/semantic-release-hex?logo=npm)](https://www.npmjs.com/package/semantic-release-hex) +[![Latest Version](https://img.shields.io/npm/v/semantic-release-hex/latest.svg?logo=npm)](https://www.npmjs.com/package/semantic-release-hex) +[![Next Version](https://img.shields.io/npm/v/semantic-release-hex/next.svg?logo=npm)](https://www.npmjs.com/package/semantic-release-hex) [![Build](https://img.shields.io/github/actions/workflow/status/talent-ideal/semantic-release-hex/release.yml?logo=github)](https://github.com/talent-ideal/semantic-release-hex/actions/workflows/release.yml) [![CodeQL](https://img.shields.io/github/actions/workflow/status/talent-ideal/semantic-release-hex/codeql.yml?logo=github&label=CodeQL)](https://github.com/talent-ideal/semantic-release-hex/actions/workflows/codeql.yml) [![Coverage](https://img.shields.io/sonar/coverage/Talent-Ideal_semantic-release-hex?logo=sonarcloud&server=https%3A%2F%2Fsonarcloud.io)](https://sonarcloud.io/summary/overall?id=Talent-Ideal_semantic-release-hex)