diff options
| -rw-r--r-- | RELEASE | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | update changelog: | ||
| 2 | git log | ||
| 3 | |||
| 4 | create a tag | ||
| 5 | git tag -s $VERSION | ||
| 6 | |||
| 1 | archive's creation : | 7 | archive's creation : |
| 2 | git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz | 8 | git archive --format=tar.gz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.gz |
| 3 | 9 | ||
