sudo gem install fastlane
fastlane increment_build
fastlane increment_version_patch
fastlane increment_version_minor
fastlane increment_version_major
fastlane translate
fastlane beta_dev
fastlane beta_staging
fastlane beta_production
fastlane production
More information about fastlane can be found on https://fastlane.tools. The documentation of fastlane can be found on GitHub