v12.4.0
๐ New features
- Add
worker:aliascommand to assign aliases from the CLI. (#2548 by @byCedric) - Add
worker --prodflag to deploy to production from the CLI. (#2550 by @byCedric) - Add
worker --aliasflag to assign custom aliases when deploying. (#2551 by @byCedric)) - Add
worker --idflag to use a custom deployment identifier. (#2552 by @byCedric)) - Add
worker --environmentflag to deploy with EAS environment variables. (#2557 by @kitten)) - Add
worker --export-dirflag to select exported directory. (#2560 by @byCedric)) - Add
worker --jsonflag to allow integrating with 3rd parties and custom tooling. (#2561 by @byCedric)) - Add
worker:alias --jsonflag to allow integrating with 3rd parties and custom tooling. (#2562 by @byCedric))
๐ Bug fixes
- Avoid merging
expo.extraplugin-generated data withexpo.extra.eas.projectIdineas init. (#2554 by @byCedric))
๐งน Chores
- Make error message for invalid CFBundleShortVersionString more descriptive and actionable. Improve CFBundleShortVersionString validation regex. (#2542 by @szdziedzic)
- Add missing
--non-interactiveargument toworker:deploycommand. (#2544 by @kitten) - Source
@expo/envdotenv files for worker deployments. (#2545 by @kitten) - Support
worker --productionand clean up command output. (#2555 by @byCedric)) - Unify both
workerandworker:aliascommand output. (#2558 by @byCedric)) - Share similar table/json output in both
workerandworker:aliascommand outputs. (#2563 by @byCedric)) - Polish the project URL prompt when setting up new projects. (#2564 by @byCedric))
- Always assume
staticexports ineas deployand add modified time. (#2565 by @byCedric))