# HG changeset patch # User Wuzzy # Date 1570736506 -3600 # Node ID 017b57b75854e6b17c5ba0fa9086e50005fcd96b # Parent f9a05a594d8e700bf3ce0daef3a2ce5a36846e9c Releasing: Numbered list diff -r f9a05a594d8e -r 017b57b75854 Releasing.wiki --- 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 ==