blob: f77e7ae82dabc88e93dead99b34ff7a2f02fcee8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
update changelog:
git log
update version number:
mat/mat.py -> __version__ = $VERSION
create a tag
git tag -s $VERSION
archive's creation :
git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz
signing:
gpg --armor --detach-sign mat-$VERSION.tar.gz
upload:
https://mat.boum.org/files
|