releases.shpreview
Expo/EAS CLI/v16.0.0

v16.0.0

$npx -y @buildinternet/releases show rel_ZDlF9txBOIapmJ4jjyfCm

๐Ÿ›  Breaking changes

  • Add support for .easignore when requireCommit is set to true. (#2942 by @sjchmiela)
    • Up to 15.0.0, if requireCommit was true, .easignore was silently ignored.
    • Versions 15.0.0-15.0.13 started using .easignore to skip files from being bundled into a tarball when requireCommit was true. This was an unexpected change in behavior.
    • To clear this up, versions 15.0.13-15.0.15 were erroring if .easignore was present when requireCommit was true.
    • eas-cli@16.0.0 formalizes the 15.0.0-15.0.13 behavior by adhering to .easignore even when requireCommit is set to true.
    • If you know what you're doing and you want to suppress a warning printed, you can do so by setting EAS_SUPPRESS_REQUIRE_COMMIT_EASIGNORE_WARNING environment variable to true.

๐ŸŽ‰ New features

๐Ÿ› Bug fixes

  • Use correct logic to determine whether artifacts have expired in eas build:run command. (#2931 by @szdziedzic)

Fetched April 8, 2026