fastlane v2.150.0.rc1 Release Notes
Release Date: 2020-06-21 // over 4 years ago-
- ⚡️ [deliver][produce][spaceship] Update to use new App Store Connect API endpoints (#16626) via @joshdholtz
🚀 Instructions on testing the release candidate
Bundler
⚡️ Update your
Gemfile
to include the following:gem "fastlane", "\>= 2.150.rc1"
And then run:
bundle update fastlane
💎 Rubygems
gem install fastlane --pre
or
gem install fastlane -v 2.150.0.rc1
Previous changes from v2.149.1
-
- [fastlane_core] fix issues with -derivedDataPath on scan, gym, and snapshot (#16560) via Josh Holtz