There was an error while loading. Please reload this page.
Ensure the working directory is clean, then:
git checkout main git pull
Bump the package.json and Cargo.toml version using:
package.json
Cargo.toml
npm version <major|minor|patch>
Update the CHANGELOG file to reflect all changes in this release
Ensure all local changes are staged and committed amending the commit created with npm version
npm version
git push --follow-tags
Have a compatible physical test device set up and connected to the local machine. (Details)
npm run clean npm i npm run build:all npm run test
Run the CI Publish Workflow, selecting the desired tag (e.g. latest for a normal release)
latest