diff options
| author | jvoisin | 2023-08-02 21:09:12 +0200 |
|---|---|---|
| committer | jvoisin | 2023-08-02 21:09:12 +0200 |
| commit | 04786d75dab33bc292067a114c075f403719bfac (patch) | |
| tree | 61b950e68222772cb9603df96fe5f2b9e591df9c /CONTRIBUTING.md | |
| parent | cb7b5747a8f6178257bc7723e99de5b8feffb902 (diff) | |
Bump the changelog0.13.4
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a252462..69146e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md | |||
| @@ -30,15 +30,16 @@ Since mat2 is written in Python3, please conform as much as possible to the | |||
| 30 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) | 30 | 1. Update the [changelog](https://0xacab.org/jvoisin/mat2/blob/master/CHANGELOG.md) |
| 31 | 2. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file | 31 | 2. Update the version in the [mat2](https://0xacab.org/jvoisin/mat2/blob/master/mat2) file |
| 32 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file | 32 | 3. Update the version in the [setup.py](https://0xacab.org/jvoisin/mat2/blob/master/setup.py) file |
| 33 | 4. Update the version and date in the [man page](https://0xacab.org/jvoisin/mat2/blob/master/doc/mat2.1) | 33 | 4. Update the version in the [pyproject.toml](https://0xacab.org/jvoisin/mat2/blob/master/yproject.toml) file |
| 34 | 5. Commit the changelog, man page, mat2 and setup.py files | 34 | 5. Update the version and date in the [man page](https://0xacab.org/jvoisin/mat2/blob/master/doc/mat2.1) |
| 35 | 6. Create a tag with `git tag -s $VERSION` | 35 | 6. Commit the modified files |
| 36 | 7. Push the commit with `git push origin master` | 36 | 7. Create a tag with `git tag -s $VERSION` |
| 37 | 8. Push the tag with `git push --tags` | 37 | 8. Push the commit with `git push origin master` |
| 38 | 9. Download the gitlab archive of the release | 38 | 9. Push the tag with `git push --tags` |
| 39 | 10. Diff it against the local copy | 39 | 10. Download the gitlab archive of the release |
| 40 | 11. If there is no difference, sign the archive with `gpg --armor --detach-sign mat2-$VERSION.tar.xz` | 40 | 11. Diff it against the local copy |
| 41 | 12. Upload the signature on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there | 41 | 12. If there is no difference, sign the archive with `gpg --armor --detach-sign mat2-$VERSION.tar.xz` |
| 42 | 13. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) | 42 | 13. Upload the signature on Gitlab's [tag page](https://0xacab.org/jvoisin/mat2/tags) and add the changelog there |
| 43 | 14. Sign'n'upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*` | 43 | 14. Announce the release on the [mailing list](https://mailman.boum.org/listinfo/mat-dev) |
| 44 | 15. Do the secret release dance | 44 | 15. Sign'n'upload the new version on pypi with `python3 setup.py sdist bdist_wheel` then `twine upload -s dist/*` |
| 45 | 16. Do the secret release dance | ||
