automate beta deployments and releases for your iOS and Android apps. It handles all tedious tasks, like generating screenshots, dealing with code signing, and releasing your application. • ⼀一個⼯工具,讓你可以⽤用很簡單的⽅方式發佈 Apps, 處理理 iOS code signing 等問題。 • 最初是為了了 iOS 開發,後來來才新增 Android。
:beta do ensure_git_status_clean changelog_from_git_commits start_git_flow_release clean_project test build_staging upload_to_fabric clean_project finish_git_flow_release post_to_slack end
:beta do ensure_git_status_clean changelog_from_git_commits start_git_flow_release clean_project test build_staging upload_to_fabric clean_project finish_git_flow_release post_to_slack end Fastlane 提供的內建 lane
:beta do ensure_git_status_clean changelog_from_git_commits start_git_flow_release clean_project test build_staging upload_to_fabric clean_project finish_git_flow_release post_to_slack end ⾃自⾏行行定義的 lane
:beta do ensure_git_status_clean changelog_from_git_commits start_git_flow_release clean_project test build_staging upload_to_fabric clean_project finish_git_flow_release post_to_slack end
:beta do ensure_git_status_clean changelog_from_git_commits start_git_flow_release clean_project test build_staging upload_to_fabric clean_project finish_git_flow_release post_to_slack end
:beta do ensure_git_status_clean changelog_from_git_commits start_git_flow_release clean_project test build_staging upload_to_fabric clean_project finish_git_flow_release post_to_slack end