Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 701 Bytes

PUBLISHING.md

File metadata and controls

12 lines (9 loc) · 701 Bytes

Publishing ultravox-client to npm

The ultravox-client for web is available on npm.

To publish a new version:

  1. Use Example → Use the included example application to make test calls.
  2. Version Bump → Increment the version number in package.json.
  3. Error Check → Run pnpm publish --dry-run --git-checks=false and deal with any errors or unexpected includes.
  4. Merge to main → Open a PR in GitHub and get the changes merged.
  5. Publish → Switch back to main branch, use git pull to pull down your changes and finally run pnpm publish.
  6. Tag/Release → Create a new tag and release in GitHub please.