Skip to content
Felix Ableitner edited this page Jul 7, 2015 · 6 revisions
  • update syncthing with cd ext/syncthing/src/github.com/syncthing/syncthing/, git fetch, git checkout -f *latest-release* and commit
  • import translations with tx pull -a and commit
  • run gradle lint and check for fatal errors
  • run unit tests
  • test if the app starts
  • update versionCode and versionName fields in build.gradle
  • commit, and tag with the version name
  • push commit and tag to Github
  • write changelog to Github releases and Jenkins Configure
  • click Build Now in Jenkins

F-Droid automatically builds based on the tag.