Skip to content

Release Process

Brice edited this page Mar 17, 2018 · 1 revision
  1. git commit and git push to master
  2. Checkout release branch git checkout connectstats (if branch does not exist, first git checkout connectstats origin/connectstats
  3. git merge --no-ff master to merge latest change for the release
  4. build, archive and upload to iTunesconnect
  5. git checkout master and git merge connectstats to update the master branch (should do fast forward)
Clone this wiki locally