From 8a0faf7c545c7368c980b3d301af1aca0b731cc3 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 28 Nov 2011 22:33:36 +0100 Subject: Add the "release howto" --- RELEASE | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 RELEASE (limited to 'RELEASE') diff --git a/RELEASE b/RELEASE new file mode 100644 index 0000000..f5b97ed --- /dev/null +++ b/RELEASE @@ -0,0 +1,8 @@ +archive's creation : + git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz + +signing: + gpg --armor --detach-sign mat-$VERSION.tar.gz + +upload: + https://mat.boum.org/files -- cgit v1.3