diff options
| author | jvoisin | 2012-12-22 20:53:32 +0100 |
|---|---|---|
| committer | jvoisin | 2012-12-22 20:53:32 +0100 |
| commit | fb167b988f7e7f578b03449ad2dc75c9413f39b1 (patch) | |
| tree | 5efad82a245b7ad1848e2c985ef672b36f2eb7c7 | |
| parent | f40f22f1fb2ce1e85117be4e75cdb3142331b25e (diff) | |
Update the release process
| -rw-r--r-- | RELEASE | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -6,10 +6,10 @@ update changelog: | |||
| 6 | git log -> CHANGELOG | 6 | git log -> CHANGELOG |
| 7 | 7 | ||
| 8 | update version number: | 8 | update version number: |
| 9 | mat/mat.py -> __version__ = $VERSION | 9 | MAT/mat.py -> __version__ = $VERSION |
| 10 | 10 | ||
| 11 | commit release changes | 11 | commit release changes |
| 12 | git commit CHANGELOG lib/mat.py | 12 | git commit CHANGELOG MAT/mat.py |
| 13 | 13 | ||
| 14 | create a tag | 14 | create a tag |
| 15 | git tag -s $VERSION | 15 | git tag -s $VERSION |
