diff options
| author | jvoisin | 2018-08-19 15:51:44 +0200 |
|---|---|---|
| committer | jvoisin | 2018-08-19 15:51:44 +0200 |
| commit | fe09d81ab102f7b1762a7a5a03ee6c19b2439485 (patch) | |
| tree | ee848e94af0c1b00d825ec936ac14eacc8a206e4 /CONTRIBUTING.md | |
| parent | 5be66dbe912455ea5d463f7c9e5e00282ac33316 (diff) | |
Don't forget to tell the downstreams about new releases
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 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. Do the secret release dance | 32 | 9. Tell the [downstreams](https://0xacab.org/jvoisin/mat2/blob/master/INSTALL.md) about it |
| 33 | 10. Do the secret release dance | ||
