forked from jubalh/MAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRELEASE
34 lines (23 loc) · 812 Bytes
/
RELEASE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
check if year in the copyright notice in README needs an update.
mark "Fix commited" tickes as "resolved" in the bugtracker.
update localisations using
xgettext -k_ -kN_ --from-code utf-8 -o ./po/mat-gui.pot mat-gui.py ./data/mat.glade
update changelog:
git log -> CHANGELOG
update version number (Don't be affraid to use -rc or -beta)
libmat/mat.py -> __version__ = $VERSION
setup.py -> __version__ = $VERSION
commit release changes
git commit CHANGELOG libmat/mat.py
create a tag
git tag -s $VERSION
push the tag
git push --tags
archive's creation :
git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz
signing:
gpg --armor --detach-sign mat-$VERSION.tar.xz
upload:
https://mat.boum.org/files
add changelog
https://mat.boum.org/