Skip to content

Release Process

Maxi Rosson edited this page Sep 3, 2019 · 22 revisions

Release

Merge the master branch to the production branch

On the master branch, increment the version executing one of the following commands:

./gradlew :incrementMajorVersion -PVERSION_INCREMENT_BRANCH=master
./gradlew :incrementMinorVersion -PVERSION_INCREMENT_BRANCH=master
Clone this wiki locally