summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE b/RELEASE
index 5ec5d47..021451c 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,6 +5,8 @@ mark "Fix commited" tickes as "resolved" in the bugtracker.
5update localisations using 5update localisations using
6 xgettext -k_ -kN_ --from-code utf-8 -o ./po/mat-gui.pot mat-gui.py ./data/mat.glade 6 xgettext -k_ -kN_ --from-code utf-8 -o ./po/mat-gui.pot mat-gui.py ./data/mat.glade
7 7
8import localizations
9
8update changelog: 10update changelog:
9 git log -> CHANGELOG 11 git log -> CHANGELOG
10 12
@@ -13,7 +15,7 @@ update version number (Don't be affraid to use -rc or -beta)
13 setup.py -> __version__ = $VERSION 15 setup.py -> __version__ = $VERSION
14 16
15commit release changes 17commit release changes
16 git commit CHANGELOG libmat/mat.py 18 git commit CHANGELOG libmat/mat.py setup.py
17 19
18create a tag 20create a tag
19 git tag -s $VERSION 21 git tag -s $VERSION