Skip to content

Releases: expo/eas-cli

v15.0.13

04 Mar 08:15
Compare
Choose a tag to compare

v15.0.13

🐛 Bug fixes

  • Fixed .git being always unexpectedly removed if you had requireCommit: true and .easignore present. (#2925 by @sjchmiela)

🧹 Chores

v15.0.12

22 Feb 01:46
Compare
Choose a tag to compare

v15.0.12

🐛 Bug fixes

v15.0.11

21 Feb 13:59
Compare
Choose a tag to compare

v15.0.11

🐛 Bug fixes

🧹 Chores

  • Narrow amount of data queried for basic update channel operations. (#2901 by @wschurman)
  • Fix eas fingerprint:compare description. (#2908 by @quinlanj)
  • Skip auto-creation of TestFlight group when there are already exisitng TestFlight groups and allow to opt out of the behavior by setting EAS_NO_AUTO_TESTFLIGHT_SETUP env var. (#2856 by @szdziedzic)

v15.0.10

11 Feb 19:13
Compare
Choose a tag to compare

v15.0.10

🐛 Bug fixes

  • Fix files deleted in working directory not being removed from the project archive when requireCommit is false. (#2900 by @sjchmiela)

v15.0.9

09 Feb 12:18
Compare
Choose a tag to compare

v15.0.9

🐛 Bug fixes

  • Fix files not being ignored when creating a tarball on Windows in Git repository in no requireCommit mode. (#2894 by @sjchmiela)

v15.0.8

09 Feb 11:40
Compare
Choose a tag to compare

v15.0.8

v15.0.7

09 Feb 10:05
Compare
Choose a tag to compare

v15.0.7

v15.0.6

07 Feb 14:50
Compare
Choose a tag to compare

v15.0.6

v15.0.5

06 Feb 12:49
Compare
Choose a tag to compare

v15.0.5

🐛 Bug fixes

  • Do not copy files over onto a cloned Git repository when packing the project archive if requireCommit is true. (#2885 by @sjchmiela)
  • Fix EISDIR error when archiving project with submodules ignored. (#2884 by @sjchmiela)

v15.0.4

05 Feb 10:49
Compare
Choose a tag to compare

v15.0.4

🐛 Bug fixes

  • Fixed GitClient not respecting .easignore file. (#2873 by @sjchmiela)
  • Fix symlink support in makeShallowCopyAsync. (#2874 by @sjchmiela)
  • Allow excluding .git directory from project archive by adding it to .easignore. (#2879 by @sjchmiela)

🧹 Chores