summaryrefslogtreecommitdiff
path: root/RELEASE
blob: e95b5f2f79775cd346ab68d062d00f533f0619fb (plain)
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/