You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Daniel Lockyer edited this page May 8, 2025
·
1 revision
Releasing a new version
In order to release a new version, you can:
Change the package.json version + create a commit
Create a tag at this commit - git tag v5.x.x
Push the commit and tag to master - git push --follow-tags
Wait until CI has created all the prebuilt binaries
Run npm release
Create the GitHub release
Unfortunately, as of May 2025, the CI workflows for building prebuilt binaries is broken because of runner OS deprecations and bumps. You'll first need to fix this.