diff options
Diffstat (limited to 'RELEASE')
| -rw-r--r-- | RELEASE | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -5,6 +5,8 @@ mark "Fix commited" tickes as "resolved" in the bugtracker. | |||
| 5 | update localisations using | 5 | update 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 | ||
| 8 | import localizations | ||
| 9 | |||
| 8 | update changelog: | 10 | update 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 | ||
| 15 | commit release changes | 17 | commit release changes |
| 16 | git commit CHANGELOG libmat/mat.py | 18 | git commit CHANGELOG libmat/mat.py setup.py |
| 17 | 19 | ||
| 18 | create a tag | 20 | create a tag |
| 19 | git tag -s $VERSION | 21 | git tag -s $VERSION |
