Only maintainers who have push access to the official repository may build a release.
- Increment the version in
package.json
. - Increment the version and update time in
src/plugin.json
. - Add a changelog in
CHANGELOG.md
under the header for the new version. - Commit and push your changes to the main branch.
git tag -a v<NEW_VERSION>
git push origin v<NEW_VERSION>
- Once the release is ready, move the release out of drafts by editing the release on Github.