v16.0.0
🛠 Breaking changes
- Add support for
.easignore
whenrequireCommit
is set totrue
. (#2942 by @sjchmiela)- Up to 15.0.0, if
requireCommit
wastrue
,.easignore
was silently ignored. - Versions 15.0.0-15.0.13 started using
.easignore
to skip files from being bundled into a tarball whenrequireCommit
wastrue
. This was an unexpected change in behavior. - To clear this up, versions 15.0.13-15.0.15 were erroring if
.easignore
was present whenrequireCommit
wastrue
. eas-cli@16.0.0
formalizes the 15.0.0-15.0.13 behavior by adhering to.easignore
even whenrequireCommit
is set totrue
.- 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 totrue
.
- Up to 15.0.0, if
🎉 New features
- Add requestId to ApiV2Error. (#2941 by @wschurman)
- Release
eas fingerprint:generate
in hidden mode (#2937 by @quinlanj)
🐛 Bug fixes
- Use correct logic to determine whether artifacts have expired in
eas build:run
command. (#2931 by @szdziedzic)