This must be done in your local copy of the mattermost-mobile
export LC_ALL="en_US.UTF-8"
############ MATTERMOST BUILD ############
export COMMIT_CHANGES_TO_GIT=true
export BRANCH_TO_BUILD=master
export GIT_LOCAL_BRANCH=build-number
export RESET_GIT_BRANCH=false
export INCREMENT_BUILD_NUMBER=true
export INCREMENT_BUILD_NUMBER_MESSAGE="Bump app build number to"
Increase the build number of the app.
$ cd fastlane
in the mattermost-mobile directory.$ fastlane set_app_build_number
.Submit a PR on the mobile repo with the branch build-number
.
Merge the PR into master and cherry-pick to the release branch.
Did you find what you were looking for?