Skip to content
benrhughes edited this page Sep 1, 2012 · 18 revisions
  1. git update dev
  2. Update SharedAssemblyInfo.cs with the new version number
  3. Build the solution
  4. Run unit tests
  5. Update the installer's version number
  6. Build the installer (in Release mode)
  7. Rename msi to include version number
  8. Upload msi to github
  9. Update updates.xml with the new version number
  10. git commit -am "Preparing release X.X.X"
  11. git checkout master
  12. git merge dev
  13. git push origin dev
  14. git push origin master
Clone this wiki locally