Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Sep 28, 2024
1 parent 3908772 commit b3b5faf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Release Process

### Setup

Update version in `package.json`

### Verification

1. Verify contents to publish `vsce ls`
1. Package local `.vsix` for testing `npm run package:latest`

### Publishing

```sh
vsce publish
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"color": "#5c2d91",
"theme": "light"
},
"version": "0.2.0",
"version": "0.2.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit b3b5faf

Please sign in to comment.