Skip to content
benrhughes edited this page Dec 7, 2014 · 18 revisions
  1. git checkout dev
  2. git pull origin dev
  3. Update SharedAssemblyInfo.cs with the new version number
  4. Build the solution
  5. Run unit tests
  6. Build the installer with Installer\Create-Installer.bat
  7. Update updates.xml with the new version number
  8. git commit -am "Release X.X.X"
  9. git checkout master
  10. git merge dev
  11. git tag vX.X.X
  12. git push origin
  13. git push origin --tags
  14. Upload installer and portable zip to the X.X.X github release page
Clone this wiki locally