Skip to content

Commit 26ed22f

Browse files
authored
update repo metadata (#792)
1 parent fbcb521 commit 26ed22f

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
"[typescript]": {
1616
"editor.defaultFormatter": "esbenp.prettier-vscode"
1717
},
18-
"conventionalCommits.scopes": ["api"],
1918
"git.branchProtection": ["main"]
2019
}

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
> _The Visual Studio Code Extension Manager_
44
5-
[![ci](https://github.com/microsoft/vsce/workflows/ci/badge.svg)](https://github.com/microsoft/vsce/actions?query=workflow%3Aci)
6-
[![Version](https://img.shields.io/npm/v/vsce.svg)](https://npmjs.org/package/vsce)
7-
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
5+
[![Build Status](https://dev.azure.com/monacotools/Monaco/_apis/build/status/npm/microsoft.vscode-vsce?repoName=microsoft%2Fvscode-vsce&branchName=main)](https://dev.azure.com/monacotools/Monaco/_build/latest?definitionId=446&repoName=microsoft%2Fvscode-vsce&branchName=main)
6+
[![Version](https://img.shields.io/npm/v/@vscode/vsce.svg)](https://npmjs.org/package/@vscode/vsce)
87

98
## Requirements
109

@@ -96,8 +95,6 @@ Once the watcher is up and running, you can run out of sources with:
9695
node vsce
9796
```
9897

99-
This project uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/) and commit messages must follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) spec. This allows us to effortlessly automate releases.
100-
10198
## About
10299

103100
This tool assists in packaging and publishing Visual Studio Code extensions.

0 commit comments

Comments
 (0)