--- a/Releasing.wiki Thu Oct 10 20:38:05 2019 +0100
+++ b/Releasing.wiki Thu Oct 10 20:41:46 2019 +0100
@@ -26,21 +26,21 @@
== Releasing ==
- * Purge your repository: `hg purge --all` (needs `purge` extension). Warning: This resets ALL the files, make sure to backup whatever you need
- * Create a source tarball (`.tar.bz2`). Run `make package_source`
- * Create a Windows build
- * Create a macOS build, if possible
- * Test the builds
- * Create torrents
- * Add a tag for the relevant commit (*after* the builds have succeeded!)
- * Update [https://hedgewars.org/release-archive release archive]
- * Update [https://hedgewars.org/download.html Download page]
- * Announce release on News section on [https://hedgewars.org/ 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!`
+ # Purge your repository: `hg purge --all` (needs `purge` extension). Warning: This resets ALL the files, make sure to backup whatever you need
+ # Create a source tarball (`.tar.bz2`). Run `make package_source`
+ # Create a Windows build
+ # Create a macOS build, if possible
+ # Test the builds
+ # Create torrents
+ # Add a tag for the relevant commit (*after* the builds have succeeded!)
+ # Update [https://hedgewars.org/release-archive release archive]
+ # Update [https://hedgewars.org/download.html Download page]
+ # Announce release on News section on [https://hedgewars.org/ 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!`
== Post-release ==