mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 05:05:11 +00:00
minor update to release process
This commit is contained in:
parent
6e2e0e9821
commit
2c76c693f6
@ -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``
|
||||
|
Loading…
Reference in New Issue
Block a user