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=version-number
export RESET_GIT_BRANCH=false
export INCREMENT_VERSION_NUMBER_MESSAGE="Bump app version number to"
export VERSION_NUMBER=
Increase the version number of the app.
$ cd fastlane
in the mattermost-mobile directory.$ fastlane set_app_version
.Submit a PR on the mobile repo with the branch version-number
.
Merge the PR into master and cherry-pick to the release branch.
Did you find what you were looking for?