* make pre-release workflow manual-only, bump version automatically
* chore: bump version to 0.0.31-bump-version-automatically.0
* update version manually in both package.json files
* roll back version
* use npm for updating version
* chore: bump version to 0.0.31
---------
Co-authored-by: GitHub Action <action@github.com>
* provide npm token in env
* add manual trigger to publish workflow
* bump version
* accept tag name and release id from manual trigger
* log release id
* put back missing steps
* fix permissions to update release notes
* add code-signing
* bump version
* use key json instead of separate secrets
* sign and notarize separately
* fix typos
* fix double zipping
* skip npm zipping for mac
* zip file instead of a folder
* fix zip names
* windows fix
* minor fixes
* try to fix zipping issue
* use zip -j flag to avoid folder structure
* fix mcp binary name for linux-arm64
* normalize mcp binary name
* chore: buildjet on test.yml
* remove backend fmt, test and clippy checks from pre-release workflow
---------
Co-authored-by: couscous <couscous@runner.com>