Difference between revisions of "Release checklist"
From Bitfighter
Watusimoto (Talk | contribs) |
|||
Line 33: | Line 33: | ||
#* Update download page to show new release | #* Update download page to show new release | ||
#* Add story to main page on website announcing new release | #* Add story to main page on website announcing new release | ||
+ | #* Update luadoc/doxygen | ||
# Post announcement in forums | # Post announcement in forums | ||
# Announce new version via email | # Announce new version via email | ||
# Post the update to gaming web sites | # Post the update to gaming web sites |
Revision as of 07:05, 26 February 2013
- Make sure all code is checked in to HG
- Update checkIfThisIsAnUpdate() in main.cpp and add any update tasks
- Update version.h:
- Change ZAP_GAME_RELEASE to new version
- Change BUILD_VERSION to (current commit number + 2) (found by running 'hg summary')
- If new client-server is incompatible with the old, update CS_PROTOCOL_VERSION
- If new client-master is incompatible with the old, update MASTER_PROTOCOL_VERSION
- Re-checkin to HG, so version numbers are correct, and everything aligns correctly NOTE THAT THE TAG WILL COUNT AS A VERSION!
- Tag the release in HG. Use format "bitfighter-016"
- Build for Windows:
- Compile the game with the release version
- Run NSI to create windows installer
- Test installer
- Build for Mac
- Build the DMG target in XCode
- Test DMG
- Upload to Google Code
- Upload Windows version to Google code
- Upload Mac version to Google code
- Run script found in bitfighter-tools repo to build and upload source tarball
- Test downloads
- Build for various Linux distros using Open Build Service (or tell other distros about the new release.) Link: https://build.opensuse.org/package/show?package=bitfighter&project=games
- Flag old package as being out of date on Arch: https://aur.archlinux.org/packages/bitfighter/
- Post code to static URL: http://bitfighter.googlecode.com/files/bitfighter-latest.tar.gz
- * Note for next release: "That way, you can ask the maintainer to point the pkgbuild to the http://bitfighter.googlecode.com/files/ … est.tar.gz and it will always be the newest version whenever someone installs through AUR. That would bypass the need for communication between dev <-> maintainer to update for every release."
- Rebuild any servers that need rebuilding
- If necessary, add a new line in the master server config file (master.ini - it will reload itself automatically)
- Update auto-update file (/var/www/html/files/getDownloadUrl.php) on master server
- Update versions/dates
- Sign the Mac files with our private key for the Sparkle updates
- Update bitfighter website
- Add new release to all releases page
- Update download page to show new release
- Add story to main page on website announcing new release
- Update luadoc/doxygen
- Post announcement in forums
- Announce new version via email
- Post the update to gaming web sites