diff options
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df09ab4..2c85fed 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -29,5 +29,8 @@ Since MAT2 is written in Python3, please conform as much as possible to the | |||
| 29 | 6. Create a tag with `git tag -s $VERSION` | 29 | 6. Create a tag with `git tag -s $VERSION` |
| 30 | 7. Push the commit with `git push origin master` | 30 | 7. Push the commit with `git push origin master` |
| 31 | 8. Push the tag with `git push --tags` | 31 | 8. Push the tag with `git push --tags` |
| 32 | 9. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it | 32 | 9. Create the signed tarball with `git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz` |
| 33 | 10. Do the secret release dance | 33 | 10. Sign the tarball with `gpg --armor --detach-sign mat-$VERSION.tar.xz` |
| 34 | 11. Upload the result on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there | ||
| 35 | 12. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it | ||
| 36 | 13. Do the secret release dance | ||
