- Update the bundled Motoko compiler:
npm i motoko@latest - Update
versioninpackage.json - Commit and push to
master - Go to GitHub Releases and draft a new release
- Create a new tag matching the version (e.g.
v0.21.0) - Leave the title blank so it's automatically populated with the version
- Generate release notes by clicking Generate release notes
- Click Publish release
The release workflow will automatically:
- Build the
.vsixextension - Publish it to the VS Code Marketplace
- Upload the
.vsixas a release asset