summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2012-12-22 20:53:32 +0100
committerjvoisin2012-12-22 20:53:32 +0100
commitfb167b988f7e7f578b03449ad2dc75c9413f39b1 (patch)
tree5efad82a245b7ad1848e2c985ef672b36f2eb7c7 /RELEASE
parentf40f22f1fb2ce1e85117be4e75cdb3142331b25e (diff)
Update the release process
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE b/RELEASE
index 05cd5af..e516378 100644
--- a/RELEASE
+++ b/RELEASE
@@ -6,10 +6,10 @@ update changelog:
6 git log -> CHANGELOG 6 git log -> CHANGELOG
7 7
8update version number: 8update version number:
9 mat/mat.py -> __version__ = $VERSION 9 MAT/mat.py -> __version__ = $VERSION
10 10
11commit release changes 11commit release changes
12 git commit CHANGELOG lib/mat.py 12 git commit CHANGELOG MAT/mat.py
13 13
14create a tag 14create a tag
15 git tag -s $VERSION 15 git tag -s $VERSION