diff options
| author | jvoisin | 2018-05-21 22:53:48 +0200 |
|---|---|---|
| committer | jvoisin | 2018-05-21 22:53:48 +0200 |
| commit | 941e4b1586a5b42975926e44063bbfe830d957d0 (patch) | |
| tree | 91da0964b9675cfa6d7996455ec383a3c29cb92c /CONTRIBUTING.md | |
| parent | 1843d05a29e61d0b4dd23cf2f693adb51ffb93ec (diff) | |
Update the release process now that we have a setup.py file
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3fcf788..ddd3455 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -11,6 +11,7 @@ testsuite with `python3 -m unittest discover -v` before submitting one :) | |||
| 11 | 11 | ||
| 12 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 12 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
| 13 | 2. Update the version in the [main.py](https://0xacab.org/jvoisin/mat2/blob/master/main.py) file | 13 | 2. Update the version in the [main.py](https://0xacab.org/jvoisin/mat2/blob/master/main.py) file |
| 14 | 3. Commit the changelog and the main.py file | 14 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file |
| 15 | 4. Create a tag with `git tag -s $VERSION` | 15 | 4. Commit the changelog and the main.py file |
| 16 | 5. Push the tag with `git push --tags` | 16 | 5. Create a tag with `git tag -s $VERSION` |
| 17 | 6. Push the tag with `git push --tags` | ||
