v0.27.0
🎉 New features
- Implement support for
--platform all
ineas submit
. (#598 by @dsokal) - Implement support for
--non-interactive
ineas submit
. (#600 by @dsokal) - Add auto-submit feature. Run
eas build --auto-submit
to submit automatically on build complete. (#603 by @dsokal) - Allow using env var for
android.serviceAccountKeyPath
in submit profiles. (#604 by @dsokal)
🐛 Bug fixes
- Fix detecting
googleServicesFile
on Windows. (#602 by @wkozyra95)