diff options
| author | jvoisin | 2018-07-24 22:34:33 +0200 |
|---|---|---|
| committer | jvoisin | 2018-07-24 22:34:33 +0200 |
| commit | e9f28edf735d97106f60b9521991088e20f07c3a (patch) | |
| tree | 7146dae07209da396dcbeed29fa51f8f5e8ded1c /CONTRIBUTING.md | |
| parent | 7697f9c08514fdeb43fab738c98ee70b6a7f9a4e (diff) | |
Add a man page and document how to keep it up to date
Diffstat (limited to '')
| -rw-r--r-- | CONTRIBUTING.md | 9 |
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 | |||
| 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. Commit the changelog, mat2 and setup.py files | 27 | 4. Update the version and date in the [man page](https://0xacab.org/jvoisin/mat2/blob/master/doc/mat.1) |
| 28 | 5. Create a tag with `git tag -s $VERSION` | 28 | 5. Commit the changelog, man page, mat2 and setup.py files |
| 29 | 6. Push the tag with `git push --tags` | 29 | 6. Create a tag with `git tag -s $VERSION` |
| 30 | 7. Push the commit with `git push origin master` | ||
| 31 | 8. Push the tag with `git push --tags` | ||
| 32 | 9. Do the secret release dance | ||
