summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index c9c5a67..84cf783 100644
--- a/RELEASE
+++ b/RELEASE
@@ -17,10 +17,10 @@ push the tag
17 git push --tags 17 git push --tags
18 18
19archive's creation : 19archive's creation :
20 git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz 20 git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz
21 21
22signing: 22signing:
23 gpg --armor --detach-sign mat-$VERSION.tar.gz 23 gpg --armor --detach-sign mat-$VERSION.tar.xz
24 24
25upload: 25upload:
26 https://mat.boum.org/files 26 https://mat.boum.org/files