summaryrefslogtreecommitdiff
path: root/RELEASE
diff options
context:
space:
mode:
authorjvoisin2015-12-30 17:34:15 +0100
committerjvoisin2015-12-30 17:40:54 +0100
commit25c3d47a809e183b8274e11b51453b79dc971539 (patch)
tree6f57702cf83cec874f8d3ced0b37efb7072889ae /RELEASE
parentf14c810a73abd628df4153d2c619ee3c0a28e10e (diff)
Improves a bit the release process
Diffstat (limited to 'RELEASE')
-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