1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 01:06:50 +00:00

docs: must run make html after tagging, so the html titel says correct version

This commit is contained in:
Thomas Waldmann 2015-09-19 22:38:00 +02:00
parent 688488d62d
commit 4410f1c3c3

View file

@ -80,11 +80,12 @@ Checklist::
- is Travis CI happy also? - is Travis CI happy also?
- update CHANGES.rst (compare to git log). check version number of upcoming release. - update CHANGES.rst (compare to git log). check version number of upcoming release.
- check MANIFEST.in and setup.py - are they complete? - check MANIFEST.in and setup.py - are they complete?
- cd docs ; make html # to update the usage include files
- tag the release:: - tag the release::
git tag -s -m "tagged release" 0.26.0 git tag -s -m "tagged release" 0.26.0
- cd docs ; make html # to update the usage include files
- update website with the html
- create a release on PyPi:: - create a release on PyPi::
python setup.py register sdist upload --identity="Thomas Waldmann" --sign python setup.py register sdist upload --identity="Thomas Waldmann" --sign