-
Notifications
You must be signed in to change notification settings - Fork 107
Performing a Release
Jonathan Leitschuh edited this page Sep 17, 2016
·
2 revisions
- Click "Draft a new release" here and set the version to
v[release number]
(eg.v1.5.1-RC2
orv1.6.0
). You can save a draft of the release without publishing it. - Checkout whatever commit you want to publish as a release.
- Run
git tag v[release number]
- Run
git push upstream --tags
(assuming that you have this repository (ie. not your fork) set as 'upstream'). - Travis CI and AppVeyor will automatically build OS specific installers and upload them into the release.
- Publish the release.
- Highly recommended that a release is assembled for windows x86, as this has not been automated, and uploaded by hand.