Skip to content

Instantly share code, notes, and snippets.

@Osein
Created July 1, 2019 05:05
Show Gist options
  • Select an option

  • Save Osein/d0fd6d51723999602e0d5a65aae9f8f5 to your computer and use it in GitHub Desktop.

Select an option

Save Osein/d0fd6d51723999602e0d5a65aae9f8f5 to your computer and use it in GitHub Desktop.
desc "Increment build number and commit changes to github"
lane :incrementBuildNumberAndCommit do
ensure_git_status_clean
build_number = increment_build_number
commit_version_bump(message: "[skip ci] Version Bump to #{build_number}")
push_to_git_remote()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment