Skip to content

Deployment

Kazuki Sakamoto edited this page Oct 11, 2015 · 20 revisions

Deployment

Deploy

  • Push release branch

    $ git checkout -b release origin/release $ git rebase master $ git push origin release

  • Travis CI automatically deploys the built dmg file to GitHub releases.

Setup

Clone this wiki locally