fastlane

https://github.com/fastlane/fastlane

Ruby

🚀 The easiest way to automate building and releasing your iOS and Android apps

Spaceship::ConnectAPI::Client#add_beta_groups_to_build

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:fastlane/fastlane.git

cd fastlane

open spaceship/lib/spaceship/connect_api/client.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Spaceship--ConnectAPI--Client-add_beta_groups_to_build-for-pr


# Commit to git

git add spaceship/lib/spaceship/connect_api/client.rbgit commit -m "better docs for Spaceship::ConnectAPI::Client#add_beta_groups_to_build"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Spaceship--ConnectAPI--Client-add_beta_groups_to_build-for-pr

hub pull-request


# Celebrate!