Releasing.wiki
changeset 2002 c14c4bc2aea7
parent 1997 b814252ed707
child 2005 017b57b75854
equal deleted inserted replaced
2001:06b6991194d1 2002:c14c4bc2aea7
    24      * 1) In the `README.md` file
    24      * 1) In the `README.md` file
    25      * 2) In the Hedgewars homepage: https://hedgewars.org/node/6977
    25      * 2) In the Hedgewars homepage: https://hedgewars.org/node/6977
    26 
    26 
    27 == Releasing ==
    27 == Releasing ==
    28 
    28 
    29  * Create a source tarball (`.tar.bz`). Run `make package_source`
    29  * Purge your repository: `hg purge --all` (needs `purge` extension). Warning: This resets ALL the files, make sure to backup whatever you need
       
    30  * Create a source tarball (`.tar.bz2`). Run `make package_source`
    30  * Create a Windows build
    31  * Create a Windows build
    31  * Create a macOS build, if possible
    32  * Create a macOS build, if possible
    32  * Test the builds
    33  * Test the builds
    33  * Create torrents
    34  * Create torrents
    34  * Add a tag for the relevant commit (*after* the builds have succeeded!)
    35  * Add a tag for the relevant commit (*after* the builds have succeeded!)