Difference between revisions of "Release checklist"
From Bitfighter
Line 2: | Line 2: | ||
* Update ZAP_GAME_RELEASE in game.h, with the SVN version number + 1 | * Update ZAP_GAME_RELEASE in game.h, with the SVN version number + 1 | ||
* If new version is incompatible with older ones, update ZAP_GAME_VERSION | * If new version is incompatible with older ones, update ZAP_GAME_VERSION | ||
− | |||
* Re-checkin to SVN, so version numbers are correct, and everything aligns correctly | * Re-checkin to SVN, so version numbers are correct, and everything aligns correctly | ||
* Tag the release in SVN | * Tag the release in SVN | ||
* Compile the game with the release version | * Compile the game with the release version | ||
− | |||
* Run NSI to create windows installer | * Run NSI to create windows installer | ||
* Test installer | * Test installer | ||
Line 13: | Line 11: | ||
* Update download page to show new release | * Update download page to show new release | ||
* Test download | * Test download | ||
+ | * If necessary, add a new line in the master server config file | ||
* Add story to main page on website announcing new release | * Add story to main page on website announcing new release | ||
* Announce new version | * Announce new version | ||
* Rebuild any servers that need rebuilding | * Rebuild any servers that need rebuilding |
Revision as of 08:25, 2 January 2010
- Make sure all code is checked in to SVN
- Update ZAP_GAME_RELEASE in game.h, with the SVN version number + 1
- If new version is incompatible with older ones, update ZAP_GAME_VERSION
- Re-checkin to SVN, so version numbers are correct, and everything aligns correctly
- Tag the release in SVN
- Compile the game with the release version
- Run NSI to create windows installer
- Test installer
- Upload new version to website
- Add new release to all releases page
- Update download page to show new release
- Test download
- If necessary, add a new line in the master server config file
- Add story to main page on website announcing new release
- Announce new version
- Rebuild any servers that need rebuilding