Releasing.wiki
changeset 2010 57c2f6d13d19
parent 2009 fb92d64fe9b8
child 2011 1c2ca44d7b46
equal deleted inserted replaced
2009:fb92d64fe9b8 2010:57c2f6d13d19
     3 This page is a checklist of things to do in order to do a proper Hedgewars release.
     3 This page is a checklist of things to do in order to do a proper Hedgewars release.
     4 
     4 
     5 == Getting ready for release ==
     5 == Getting ready for release ==
     6 
     6 
     7  * Fix common pitfalls
     7  * Fix common pitfalls
     8      * Make sure all *.pas files are ASCII only
     8      * Make sure all `*.pas` files are ASCII only
     9      * Test Pas2C, fix anything that's broken
     9      * Test Pas2C, fix anything that's broken
    10  * Try to announce string freeze in News a few weeks before the planned release to give translators a fair chance
    10  * Try to announce string freeze in News a few weeks before the planned release to give translators a fair chance
    11  * Bump [ProtocolNumbers protocol number]
    11  * Bump [ProtocolNumbers protocol number]
    12      * `HEDGEWARS_PROTO_VER` in `CMakeLists.txt`
    12      * `HEDGEWARS_PROTO_VER` in `CMakeLists.txt`
    13      * Wiki page: [ProtocolNumbers]
    13      * Wiki page: [ProtocolNumbers]