- Bump version in package.yaml, package/npm/package.json, and package-lock.json
- Commit the changes "Bump version to new version"
- Create a tag for the new version.
git tag -s <version> -m <version>
- Push the tag.
git push && git push --tags
- Wait for CI to successfully build the tag, this will create a new github release.
- Check release page on github if both OSX and Linux binaries are there.
- Write the release notes on github.
- Publish new npm version
cd package/npm
npm publish --access=public