mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
updated release instructions
This commit is contained in:
parent
2ef3599fe7
commit
401008163a
@ -1,8 +1,9 @@
|
||||
To release a new version of pybind11:
|
||||
|
||||
- Update the version number and push to pypi
|
||||
- Update ``pybind11/_version.py`` (set release version, remove 'dev')
|
||||
- Update version in ``docs/conf.py``
|
||||
- Update ``pybind11/_version.py`` (set release version, remove 'dev').
|
||||
- Update ``PYBIND11_VERSION_MAJOR`` etc. in ``include/pybind11/common.h``.
|
||||
- Update version in ``docs/conf.py``.
|
||||
- Tag release date in ``docs/changelog.rst``.
|
||||
- ``git add`` and ``git commit``.
|
||||
- if new minor version: ``git checkout -b vX.Y``, ``git push -u origin vX.Y``
|
||||
|
Loading…
Reference in New Issue
Block a user