Difference between revisions of "Release Checklist"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
(Created page with "This page is mainly for the CEGUI team and serves as a checklist to avoid forgetting steps when making a CEGUI release. * Bump release version in CMakeLists.txt * Bump ABI v...")
 
Line 10: Line 10:
 
* Make docs packages.
 
* Make docs packages.
 
* Upload!
 
* Upload!
 +
* Set new version in mantis as released - http://cegui.org.uk/mantis/manage_proj_edit_page.php?project_id=1
 +
* Make sure N+1 version is in mantis or add it

Revision as of 10:15, 7 July 2014

This page is mainly for the CEGUI team and serves as a checklist to avoid forgetting steps when making a CEGUI release.

  • Bump release version in CMakeLists.txt
  • Bump ABI version in CMakeLists.txt
  • Add change log entries from mantis to doc/doxygen/changelog.dox
  • Regenerate generated code/other files (i.e regen bindings etc)
  • Create mercurial tag for release
  • Make source packages.
  • Build docs.
  • Make docs packages.
  • Upload!
  • Set new version in mantis as released - http://cegui.org.uk/mantis/manage_proj_edit_page.php?project_id=1
  • Make sure N+1 version is in mantis or add it