-
Notifications
You must be signed in to change notification settings - Fork 2
Release Process
Rob Moran edited this page Jul 20, 2026
·
3 revisions
Ensure the working directory is clean, then:
git checkout main
git pullBump the package.json and Cargo.toml version using:
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
git push --follow-tagsHave 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 testRun the CI Publish Workflow, selecting the desired tag (e.g. latest for a normal release)