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
feat: add public beta distribution option to release workflow (#114)
* feat: add public beta distribution option to release workflow
Add a new workflow dispatch parameter `distribute_to_public_beta` that
allows optionally auto-distributing builds to the public beta group on
TestFlight after upload.
When enabled:
- Waits for Apple's build processing to complete
- Automatically distributes to external testers (Public Beta groups)
- Sends email notifications to testers
- Submits for Beta review
- Includes changelog from CHANGELOG.md
Default behavior unchanged - builds are uploaded without waiting.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: add error handling for public beta distribution
Address Copilot review feedback by wrapping the public beta distribution
upload_to_testflight call in a begin/rescue block to handle potential
failures gracefully.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments