From e7bed129e837d43a0817266b1030edfb4f3ceb37 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Thu, 21 Mar 2019 11:47:19 +0100 Subject: fix release command --- docs/maintenance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/maintenance.md b/docs/maintenance.md index 21cc5e670..d22af1cfa 100644 --- a/docs/maintenance.md +++ b/docs/maintenance.md @@ -1,7 +1,7 @@ # Maintenance documentation ## Release -Releases should be done by checking `make test`, cleaning using `make disclean` and consequently running `make dist`. +Releases should be done by checking `make test`, cleaning using `make distclean` and consequently running `make dist`. This will create an app store ready package to be uploaded. This process should be done by someone who has the private keys and the access to sign and upload such a package. -- cgit v1.2.3