From fe09d81ab102f7b1762a7a5a03ee6c19b2439485 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 19 Aug 2018 15:51:44 +0200 Subject: [PATCH] Don't forget to tell the downstreams about new releases --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbda04e..df09ab4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,4 +29,5 @@ Since MAT2 is written in Python3, please conform as much as possible to the 6. Create a tag with `git tag -s $VERSION` 7. Push the commit with `git push origin master` 8. Push the tag with `git push --tags` -9. Do the secret release dance +9. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it +10. Do the secret release dance