Skip to content
nguillaumin edited this page Mar 14, 2015 · 5 revisions

Here are the steps to follow for releasing a new version:

  1. Gather changelog by looking at the Changelog wiki page and previous SCM commits.
  2. Pull latest translations from Transifex: tx pull -a
  3. Update manifest (versionNumber, versionCode), check that debuggable attribute is false, and commit it.
  4. Export signed application package using ant release.
  5. Tag version in SCM. * git tag -a 1.2.3
  6. Upload new APK into market. * Change screenshots if necessary.
  7. Update app. market description to include changelog.
  8. Publish update.
  9. Upload APK to the public Google Drive folder.
  10. Update Changelog page.
  11. Check on ToDo and Limitations pages in case some items have been addressed.
  12. Push commits + tag to SCM (For tag: git push origin 1.2.3)
  13. Go to the pub
Clone this wiki locally