diff options
| -rw-r--r-- | RELEASE | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -17,10 +17,10 @@ push the tag | |||
| 17 | git push --tags | 17 | git push --tags |
| 18 | 18 | ||
| 19 | archive's creation : | 19 | archive's creation : |
| 20 | git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz | 20 | git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz |
| 21 | 21 | ||
| 22 | signing: | 22 | signing: |
| 23 | gpg --armor --detach-sign mat-$VERSION.tar.gz | 23 | gpg --armor --detach-sign mat-$VERSION.tar.xz |
| 24 | 24 | ||
| 25 | upload: | 25 | upload: |
| 26 | https://mat.boum.org/files | 26 | https://mat.boum.org/files |
