summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-21 11:47:19 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2019-03-22 17:01:33 +0100
commite7bed129e837d43a0817266b1030edfb4f3ceb37 (patch)
tree9ef6907f449fb35bde082831fd37b7e8c9e53eca /docs
parent214a9d4f124142d0c900061b8d3c4e40be121457 (diff)
fix release command
Diffstat (limited to 'docs')
-rw-r--r--docs/maintenance.md2
1 files changed, 1 insertions, 1 deletions
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.