summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2012-04-01 13:01:39 +0200
committerjvoisin2012-04-01 13:01:39 +0200
commitf23c74d99d1e7245a6735930d406d44ae4ab3fea (patch)
treee528ecd5c67e47d2f7be9928b9d415b909a8e2ea /RELEASE
parent1c96e5bec15028b7eb520a4bc40aa0cee6d1282c (diff)
Add tag push to release process
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index c1b0568..7100898 100644
--- a/RELEASE
+++ b/RELEASE
@@ -10,6 +10,9 @@ commit release changes
10create a tag 10create a tag
11 git tag -s $VERSION 11 git tag -s $VERSION
12 12
13push the tag
14 git push --tags
15
13archive's creation : 16archive's creation :
14 git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz 17 git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz
15 18