summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index f5b97ed..376900b 100644
--- a/RELEASE
+++ b/RELEASE
@@ -1,3 +1,9 @@
1update changelog:
2 git log
3
4create a tag
5 git tag -s $VERSION
6
1archive's creation : 7archive's creation :
2 git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz 8 git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz
3 9