summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b471745..599099f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,8 +13,8 @@ this will greatly improve the odds of your merge-request getting merged.
13# Doing a release 13# Doing a release
14 14
151. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) 151. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)
162. Update the version in the [main.py](https://0xacab.org/jvoisin/mat2/blob/master/main.py) file 162. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file
173. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file 173. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file
184. Commit the changelog and the main.py file 184. Commit the changelog, mat2 and setup.py files
195. Create a tag with `git tag -s $VERSION` 195. Create a tag with `git tag -s $VERSION`
206. Push the tag with `git push --tags` 206. Push the tag with `git push --tags`