summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2011-12-12 20:22:35 +0100
committerjvoisin2011-12-12 20:22:35 +0100
commit47fcf3a0715143358b453f92807a519162a97f58 (patch)
tree79b3005d0a9ac5f75cc764da6c80a131a20c17de /RELEASE
parent0e3b12c856d4ab026fd7741626be79da0dbfff65 (diff)
Update release's process
Diffstat (limited to 'RELEASE')
-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