diff options
| author | georg | 2019-03-07 11:59:48 +0000 |
|---|---|---|
| committer | georg | 2019-03-07 12:00:58 +0000 |
| commit | 32ca58ef82aedb58ad86493980eaeb7d45487e67 (patch) | |
| tree | a1dff27883877667c466807159e699c2fce0d760 /CONTRIBUTING.md | |
| parent | 6b39edc3f2a7684c8c054245934116cbf55d4111 (diff) | |
doing a release: this is about mat2, not mat
Additionally, fix a typo.
Diffstat (limited to '')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f2110bd..ed8013c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -31,7 +31,7 @@ Since MAT2 is written in Python3, please conform as much as possible to the | |||
| 31 | 8. Push the tag with `git push --tags` | 31 | 8. Push the tag with `git push --tags` |
| 32 | 9. Download the gitlab archive of the release | 32 | 9. Download the gitlab archive of the release |
| 33 | 10. Diff it against the local copy | 33 | 10. Diff it against the local copy |
| 34 | 11. If there is no different, sign the archive with `gpg --armor --detach-sign mat-$VERSION.tar.xz` | 34 | 11. If there is no difference, sign the archive with `gpg --armor --detach-sign mat2-$VERSION.tar.xz` |
| 35 | 12. Upload the signature on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there | 35 | 12. Upload the signature on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there |
| 36 | 13. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) | 36 | 13. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) |
| 37 | 14. Sign'n'upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*` | 37 | 14. Sign'n'upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*` |
