- Make sure the dist folder is up to date (run
npm run buildand make sure there is no diff) - Create a new tag (
vx.y.z) and push it (or create it through GitHub) - Publish a new GitHub release, ensuring "Publish to GitHub Marketplace" is checked
- Important: You should also move the
vxtag to the new release. For example, if you are releasing av1.y.zversion, also move thev1tag to the same commit.