diff options
| author | jvoisin | 2011-12-12 20:22:35 +0100 |
|---|---|---|
| committer | jvoisin | 2011-12-12 20:22:35 +0100 |
| commit | 47fcf3a0715143358b453f92807a519162a97f58 (patch) | |
| tree | 79b3005d0a9ac5f75cc764da6c80a131a20c17de /RELEASE | |
| parent | 0e3b12c856d4ab026fd7741626be79da0dbfff65 (diff) | |
Update release's process
Diffstat (limited to '')
| -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 | ||
