Skip to content

Performing a Release

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