From c9e74ad4c5c059bccbfb3d60fabcb8311211d75c Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 23 Dec 2022 11:54:04 +0000 Subject: [PATCH 1/2] fix: remove unsupported badges (#1592) --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a0902e1ed..90d3b812f 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,15 @@ # Subversion source control for VS Code -[![Version](https://vsmarketplacebadge.apphb.com/version-short/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm) -[![Installs](https://vsmarketplacebadge.apphb.com/installs-short/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm) -[![Ratings](https://vsmarketplacebadge.apphb.com/rating-short/johnstoncode.svn-scm.svg)](https://marketplace.visualstudio.com/items?itemName=johnstoncode.svn-scm) +![Visual Studio Marketplace Release Date](https://img.shields.io/visual-studio-marketplace/release-date/johnstoncode.svn-scm) +![Visual Studio Marketplace Last Updated](https://img.shields.io/visual-studio-marketplace/last-updated/johnstoncode.svn-scm) +![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/johnstoncode.svn-scm) +![Visual Studio Marketplace Rating](https://img.shields.io/visual-studio-marketplace/r/johnstoncode.svn-scm) -[![Build Status](https://img.shields.io/github/workflow/status/JohnstonCode/svn-scm/build.svg)](https://github.com/JohnstonCode/svn-scm/actions) +![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/JohnstonCode/svn-scm/main.yml?branch=master) [![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) -[![Dependabot badge](https://badgen.net/dependabot/JohnstonCode/svn-scm/?icon=dependabot)](https://dependabot.com/) - [![Known Vulnerabilities](https://snyk.io/test/github/JohnstonCode/svn-scm/badge.svg)](https://snyk.io/test/github/JohnstonCode/svn-scm) -[![CodeFactor](https://www.codefactor.io/repository/github/johnstoncode/svn-scm/badge)](https://www.codefactor.io/repository/github/johnstoncode/svn-scm) - -[![Average time to resolve an issue](https://isitmaintained.com/badge/resolution/JohnstonCode/svn-scm.svg)](https://isitmaintained.com/project/JohnstonCode/svn-scm "Average time to resolve an issue") -[![Percentage of issues still open](https://isitmaintained.com/badge/open/JohnstonCode/svn-scm.svg)](https://isitmaintained.com/project/JohnstonCode/svn-scm "Percentage of issues still open") - -[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/svn-scm/Lobby) - # Prerequisites > **Note**: This extension leverages your machine's SVN installation,\ From d4ef69dfd34cf2c13aa48f5c85ddd1b34fc49481 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Fri, 23 Dec 2022 11:55:36 +0000 Subject: [PATCH 2/2] chore(release): 2.15.7 [skip ci] ## [2.15.7](https://github.com/JohnstonCode/svn-scm/compare/v2.15.6...v2.15.7) (2022-12-23) ### Bug Fixes * remove unsupported badges ([#1592](https://github.com/JohnstonCode/svn-scm/issues/1592)) ([c9e74ad](https://github.com/JohnstonCode/svn-scm/commit/c9e74ad4c5c059bccbfb3d60fabcb8311211d75c)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 820e90ebe..7618859cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.7](https://github.com/JohnstonCode/svn-scm/compare/v2.15.6...v2.15.7) (2022-12-23) + + +### Bug Fixes + +* remove unsupported badges ([#1592](https://github.com/JohnstonCode/svn-scm/issues/1592)) ([c9e74ad](https://github.com/JohnstonCode/svn-scm/commit/c9e74ad4c5c059bccbfb3d60fabcb8311211d75c)) + ## [2.15.6](https://github.com/JohnstonCode/svn-scm/compare/v2.15.5...v2.15.6) (2022-12-21) diff --git a/package.json b/package.json index 3be795757..85eb842fd 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.15.6", + "version": "2.15.7", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0"