Releasing: fix syntax
authorWuzzy
Wed, 04 Apr 2018 12:41:00 +0100
changeset 1279 6ea7b43554b8
parent 1278 1cc36d9f1394
child 1280 75c443e29761
Releasing: fix syntax
Releasing.wiki
--- a/Releasing.wiki	Wed Apr 04 13:39:56 2018 +0200
+++ b/Releasing.wiki	Wed Apr 04 12:41:00 2018 +0100
@@ -1,7 +1,8 @@
 #summary How releases are done in Hedgewars
+= Relasing Hedgewars =
 This page is a checklist of things to do in order to do a proper Hedgewars release.
 
-## Getting ready for release
+== Getting ready for release ==
 
  * Bump protocol number
  * Bump Hedgewars version number (if it hasn't already)
@@ -11,7 +12,7 @@
     * For Lua: Run `tools/update_lua_locale_files.sh` and grab a coffee
  * Announce string freeze in News and wait
  
-## Releasing
+== Releasing ==
 
  * Add a tag for the relevant commit
  * Create a Windows build (usually done by unC0Rr)
@@ -24,7 +25,7 @@
      * In lobby, use command `/global Hedgewars X.Y.Z has just been released!` (requires server admin rights)
  * Notify package managers of GNU/Linux distributions
  
-## For release candidates
+== For release candidates ==
 
  * Create a Windows build
  * Remember the commit ID to which the release canditate refers to