summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CONTRIBUTING.md7
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
296. Create a tag with `git tag -s $VERSION` 296. Create a tag with `git tag -s $VERSION`
307. Push the commit with `git push origin master` 307. Push the commit with `git push origin master`
318. Push the tag with `git push --tags` 318. Push the tag with `git push --tags`
329. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it 329. Create the signed tarball with `git archive --format=tar.xz --prefix=mat-$VERSION/ $VERSION > mat-$VERSION.tar.xz`
3310. Do the secret release dance 3310. Sign the tarball with `gpg --armor --detach-sign mat-$VERSION.tar.xz`
3411. Upload the result on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there
3512. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it
3613. Do the secret release dance