- Commit and validate all the changes so far.
- Update CHANGELOG.md for the new version. Make sure you don't have any other changes.
git add CHANGELOG.md
npm version -f [major|minor|patch]
git push --follow-tags
- Wait for the Github Actions to be complete. Download
artifact.zip
- Upload
ios-debug-<version>.vsix
to the Github Release as well as VS Code Marketplace.