Skip to content

Instantly share code, notes, and snippets.

@Osein
Created July 1, 2019 05:33
Show Gist options
  • Save Osein/d1dce4267c07147829f69ba15f598717 to your computer and use it in GitHub Desktop.
Save Osein/d1dce4267c07147829f69ba15f598717 to your computer and use it in GitHub Desktop.
lane :beta do
increment_build_number
build_app
upload_to_testflight
end
lane :release do
capture_screenshots
build_app
upload_to_app_store # Upload the screenshots and the binary to iTunes
slack # Let your team-mates know the new version is live
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment