sudo gem install fastlane
fastlane ios analyze
Runs linting (and eventually static analysis)
fastlane ios test
Runs all the unit tests.
fastlane ios alpha
Bump the version, and submit a new Wikipedia Alpha Build to Apple TestFlight
fastlane ios beta
Submit a new Wikipedia Beta build to Apple TestFlight
fastlane ios store
Deploy a new version to the App Store
More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub