-
update version in toml file
-
Tag it
git tag -a v0.0.0 -m "Release version 0.0.0"
git push origin v0.0.0
-
Update
CHANGES.md
-
make publish_pypi
-
update version in
package.json
-
Publish it
cd clients/vscode
vsce package # make shareable .vsix
vsce publish # put on marketplace
- You may want to remove older vsix binaries
get this sucker on MELPA!