mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-24 08:45:13 +00:00
development docs: run build_api and build_usage before tagging release
This commit is contained in:
parent
393e36b6da
commit
c200b79470
1 changed files with 1 additions and 1 deletions
|
@ -164,11 +164,11 @@ Checklist:
|
|||
- update ``CHANGES.rst``, based on ``git log $PREVIOUS_RELEASE..``
|
||||
- check version number of upcoming release in ``CHANGES.rst``
|
||||
- verify that ``MANIFEST.in`` and ``setup.py`` are complete
|
||||
- ``python setup.py build_api ; python setup.py build_usage``
|
||||
- tag the release::
|
||||
|
||||
git tag -s -m "tagged/signed release X.Y.Z" X.Y.Z
|
||||
|
||||
- build fresh docs and update the web site with them
|
||||
- create a release on PyPi::
|
||||
|
||||
python setup.py register sdist upload --identity="Thomas Waldmann" --sign
|
||||
|
|
Loading…
Reference in a new issue