Releasing.wiki
changeset 2002 c14c4bc2aea7
parent 1997 b814252ed707
child 2005 017b57b75854
--- a/Releasing.wiki	Thu Oct 10 06:09:55 2019 +0100
+++ b/Releasing.wiki	Thu Oct 10 16:13:01 2019 +0100
@@ -26,7 +26,8 @@
 
 == Releasing ==
 
- * Create a source tarball (`.tar.bz`). Run `make package_source`
+ * 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