Changelog
0.33.0 - 2021-10-20
eas build
or eas submit
was "release". We're changing it to a more recognizable name that is consistent with our docs, which is now "production". You can always specify a profile manually with the --profile
flag. For this major version, if you do not have a profile named "production", and still have a profile named "release", we will fall back to the "release" profile as the default, however you'll see a warning as we're going to remove that behavior in the next major release of EAS CLI.build
and submit
objects. If you already have a project set up, this will replace the existing "release" profile. After the change, eas.json should have the following profiles:
{
"build": {
"production": { ... }
},
"submit": {
"production": { ... }
}
}
Changelog
0.32.0 - 2021-10-15
eas submit
interactive mode. (#688 by @barthap)Changelog
0.31.0 - 2021-10-08
image
is defined. This only applies to managed projects. (#675 by @wkozyra95, @dsokal)Changelog
0.29.1 - 2021-09-29
Changelog
0.29.0 - 2021-09-28
Info.plist
. (#635 by @wkozyra95)