-
-
Couldn't load subscription status.
- Fork 688
Deployment
Yee Cheng Chin edited this page Jan 10, 2019
·
20 revisions
- Update
src/MacVim/Info.plist CFBundleVersionto NUMBER. - Commit
src/MacVim/Info.plistwith meaningful commit log like this and push it. - Create a signed annotated
snapshot-NUMBERtag and push the tag to the origin.-
Don't use
git push origin --tags!
-
Don't use
$ git tag -a -s snapshot-NUMBER
$ git push origin snapshot-NUMBER
- Travis CI automatically deploys the built dmg file to GitHub releases https://github.com/macvim-dev/macvim/releases/latest
- Refer to http://docs.travis-ci.com/user/deployment/releases/
- Update
.travis.ymlinmasterbranch- Use travis command if you need to update
api_key, but it will reformat the all file, just please updateapi_key:.
- Use travis command if you need to update
$ travis setup releases