Add increment-version-number to the release process.

This commit is contained in:
Jack Palevich 2015-01-28 05:51:08 -08:00
parent 023f81f8ac
commit 155eaa19a7

View File

@ -20,10 +20,12 @@
# Update ./term/src/main/AndroidManifest.xml version number
Update both android:versionName and android:versionCode.
tools/increment-version-number
# Commit changes
git commit -a -m "Increment version number to v1.0.xx"
# Tag git branch with version number
git tag v1.0.xx