Skip to content

Deployment

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

Deployment

Deploy Build Status

  • Update src/MacVim/Info.plist CFBundleVersion to NUMBER.
  • Commit src/MacVim/Info.plist with meaningful commit log like this and push it.
  • 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