summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
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
121. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) 121. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)
132. Update the version in the [main.py](https://0xacab.org/jvoisin/mat2/blob/master/main.py) file 132. Update the version in the [main.py](https://0xacab.org/jvoisin/mat2/blob/master/main.py) file
143. Commit the changelog and the main.py file 143. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file
154. Create a tag with `git tag -s $VERSION` 154. Commit the changelog and the main.py file
165. Push the tag with `git push --tags` 165. Create a tag with `git tag -s $VERSION`
176. Push the tag with `git push --tags`