Fastlane 2.28.9 发布了,修复了一些 bug 以及性能增强:
[spaceship] Fix errors that are reported as crashes because of incorrect use of ‘UI’ class
[pilot] Fixed error reported by iTunesConnect when submitting builds without a changelog, app description, or feedback email
[supply] Better error message when not able to download screenshots and feature graphics
[ensure_git_status_clean] Improved action output
[deliver] Add message when updating an app's age rating
[artifactory] Make available as shared lane values the download URL and size after successful upload
[fastlane_core] Show message when the password is fetched from an environment variable
[deliver] Consider only whitelisted folders when detecting language
Fastlane 是一个针对于 iOS 和 Android(后来才支持的)全方位自动化流程的工具。利用目前支持的工具可以做所有包含自动化和可持续化构建的每个环节,比如单元测试、截图、分发渠道、上传元数据和 ipa 包提交审核等等。
下载地址:https://github.com/fastlane/fastlane/archive/2.28.9.zip
来自:开源中国社区

