-
Perform a dry run of the release to verify everything works.
$ mvn clean release:clean release:prepare -DignoreSnapshots=true -DdryRun=true
-
Prepare release by creating tag and pushing release commits to GitHub.
$ mvn clean release:clean release:prepare -DignoreSnapshots=true
-
Perform release build on Circle CI.
$ ./scripts/perform-release.sh [TAG]
-
Download production APK from the "Releases" section on http://android.mapzen.com/.
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.