minor update to release process

This commit is contained in:
Wenzel Jakob 2016-05-26 16:50:15 +02:00
parent 6e2e0e9821
commit 2c76c693f6

View File

@ -2,7 +2,8 @@ To release a new version of pybind11:
- Update the version number and push to pypi
- Update ``pybind11/_version.py`` (set release version, remove 'dev')
- Tag release date in ``doc/changelog.rst``.
- Update version in ``docs/conf.py``
- Tag release date in ``docs/changelog.rst``.
- ``git add`` and ``git commit``.
- ``git tag -a vX.Y -m 'vX.Y release'``.
- ``git push``