diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..bca7d27 --- /dev/null +++ b/CONTRIBUTING.md @@ -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 +``` diff --git a/package.json b/package.json index d07ff51..ef9f882 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "color": "#5c2d91", "theme": "light" }, - "version": "0.2.0", + "version": "0.2.1", "engines": { "vscode": "^1.86.0" },