diff options
| author | jvoisin | 2018-10-02 11:12:50 +0200 |
|---|---|---|
| committer | jvoisin | 2018-10-02 11:12:50 +0200 |
| commit | a46a7eb6fa7025a11510d3e348cef32ba3c70a0c (patch) | |
| tree | 9f447053a23ecbbd23697badcb91d5bdb47ff405 /CONTRIBUTING.md | |
| parent | a24c59b208152797b4d5aeb0f5a58413bacb31b9 (diff) | |
Update the CONTRIBUTING.md file wrt. to the previous commit
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c85fed..5517ce2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -24,7 +24,7 @@ Since MAT2 is written in Python3, please conform as much as possible to the | |||
| 24 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 24 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
| 25 | 2. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file | 25 | 2. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file |
| 26 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file | 26 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file |
| 27 | 4. Update the version and date in the [man page](https://0xacab.org/jvoisin/mat2/blob/master/doc/mat.1) | 27 | 4. Update the version and date in the [man page](https://0xacab.org/jvoisin/mat2/blob/master/doc/mat2.1) |
| 28 | 5. Commit the changelog, man page, mat2 and setup.py files | 28 | 5. Commit the changelog, man page, mat2 and setup.py files |
| 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` |
