equal
deleted
inserted
replaced
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!) |