Releasing: Add purge
authorWuzzy
Thu, 10 Oct 2019 16:13:01 +0100
changeset 2002 c14c4bc2aea7
parent 2001 06b6991194d1
child 2003 3ef8ba6afe0b
Releasing: Add purge
Releasing.wiki
--- 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