Releasing.wiki
author Wuzzy
Wed, 04 Apr 2018 12:44:01 +0100
changeset 1281 9b9e721189b8
parent 1280 75c443e29761
child 1284 65790811ff76
permissions -rw-r--r--
Releasing: move string freeze to the top

#summary How releases are done in Hedgewars
= Relasing Hedgewars =
This page is a checklist of things to do in order to do a proper Hedgewars release.

== Getting ready for release ==

 * Try to announce string freeze in News a few weeks before the planned release to give translators a fair chance
 * Bump protocol number
 * Bump Hedgewars version number (if it hasn't already)
 * Update `ChangeLog.txt`
 * Update all translation strings
    * For the frontend: Run `lupdate ./QTfrontend -ts share/hedgewars/Data/Locale/hedgewars_*.ts`
    * For Lua: Run `tools/update_lua_locale_files.sh` and grab a coffee

== Releasing ==

 * Add a tag for the relevant commit
 * Create a Windows build (usually done by unC0Rr)
 * Update Download page (https://hedgewars.org/download.html)
 * Announce release on News section on www.hedgewars.org
 * Announce release in IRC (`#hedgewars`)
 * Announce release in official server
     * Update protocol number
     * Update MOTD
     * In lobby, use command `/global Hedgewars X.Y.Z has just been released!` (requires server admin rights)
 * Notify package managers of GNU/Linux distributions
 
== For release candidates ==
Release candidates may be released before the actual release for testing. Might be combined with a string freeze

 * Create a Windows build
 * Remember the commit ID to which the release canditate refers to
 * Write a post in News, you can use this one as a template: https://hedgewars.org/node/6907