diff options
| author | jvoisin | 2018-06-21 23:33:56 +0200 |
|---|---|---|
| committer | jvoisin | 2018-06-21 23:33:56 +0200 |
| commit | 8810564b8ed73cec816ff26e779117fb3ccfd12d (patch) | |
| tree | 074a93dfe8d20ffc06e3cf7085b4d8270ab292ff | |
| parent | 5b38bd7ccd97cdca864351b4af0fcbaa227f509e (diff) | |
Fix some deprecated directives in the COTNRIBUTING.md file
| -rw-r--r-- | CONTRIBUTING.md | 4 |
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 | ||
| 15 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 15 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
| 16 | 2. Update the version in the [main.py](https://0xacab.org/jvoisin/mat2/blob/master/main.py) file | 16 | 2. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file |
| 17 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file | 17 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file |
| 18 | 4. Commit the changelog and the main.py file | 18 | 4. Commit the changelog, mat2 and setup.py files |
| 19 | 5. Create a tag with `git tag -s $VERSION` | 19 | 5. Create a tag with `git tag -s $VERSION` |
| 20 | 6. Push the tag with `git push --tags` | 20 | 6. Push the tag with `git push --tags` |
