We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 full-test
Run the CI Publish Workflow, selecting the desired tag (e.g. latest for a normal release)
latest