Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 740 Bytes

PUBLISHING.md

File metadata and controls

10 lines (9 loc) · 740 Bytes

Publishing ultravox_client to pub.dev

The ultravox_client for Flutter is available on pub.dev.

To publish a new version:

  1. Version Bump → Increment the version number in pubspec.yaml and at the top of lib/src/session.dart.
  2. Change Log → Add the new version number along with a brief summary of what's new to CHANGELOG.md.
  3. Error Check → Run dart pub publish --dry-run and deal with any errors or unexpected includes.
  4. Merge to main → Open a PR in GitHub and get the changes merged. (This also runs tests, so please only publish from main!)
  5. Publish → Run dart pub publish.
  6. Tag/Release → Create a new tag and release in GitHub please.