You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yee Cheng Chin edited this page Jan 10, 2019
·
21 revisions
Deployment
Deploy
Update src/MacVim/Info.plist CFBundleVersion to NUMBER.
Commit src/MacVim/Info.plist with meaningful commit log like this and push it.
Create a signed annotated snapshot-NUMBER tag (make sure you have Git set up to sign, and the signature is registered at Github) and push the tag to the origin.
Don't use git push origin --tags!
$ git tag -a -s snapshot-NUMBER
$ git push origin snapshot-NUMBER