Skip to content

Deployment

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

Deployment

Deploy

  • Create snapshot-NUMBER tag and push the tag to the origin. Don't use git push origin --tags!
    $ git tag snapshot-NUMBER
    $ git push origin snapshot-NUMBER

Setup

    $ travis setup releases
Clone this wiki locally