summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 69f7f6f..fbda04e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,6 +24,9 @@ Since MAT2 is written in Python3, please conform as much as possible to the
241. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) 241. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md)
252. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file 252. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file
263. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file 263. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file
274. Commit the changelog, mat2 and setup.py files 274. Update the version and date in the [man page](https://0xacab.org/jvoisin/mat2/blob/master/doc/mat.1)
285. Create a tag with `git tag -s $VERSION` 285. Commit the changelog, man page, mat2 and setup.py files
296. Push the tag with `git push --tags` 296. Create a tag with `git tag -s $VERSION`
307. Push the commit with `git push origin master`
318. Push the tag with `git push --tags`
329. Do the secret release dance