Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 09:17

🛠 Breaking changes

  • Change the way of disabling cache - add cache.disabled field. (#295 by @dsokal)
  • secrets:create now uses flags rather than positional arguments (#300 by @fiberjw)
  • secrets:create's target arg is now called scope (#300 by @fiberjw)
  • secrets:list's target property is now called scope (#300 by @fiberjw)

🎉 New features

  • build:view and build:list now showing the distribution type (store / internal) and release channel. (#284 by @vthibault)

  • Add analytics to EAS Build. (#162 by @wkozyra95)

  • Improve tar archive support in EAS Submit. (#297 by @barthap)

🐛 Bug fixes

  • Fix environment secret creation prompt. (#298 by @fiberjw)

🧹 Chores