Skip to content

Commit 02746cb

Browse files
committed
docs: add a little more information for releases
1 parent b7c741b commit 02746cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ v2.6.1 (Nov 11, 2020)
2020
and ``eval`` in pure Python.
2121
`#2616 <https://github.com/pybind/pybind11/pull/2616>`_
2222

23-
* ``setup_helpers`` will no longer set a minimum macOS version lower than the
23+
* ``setup_helpers`` will no longer set a minimum macOS version higher than the
2424
current version.
2525
`#2622 <https://github.com/pybind/pybind11/pull/2622>`_
2626

docs/release.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ To release a new version of pybind11:
2828
- Ensure that all the information in ``setup.cfg`` is up-to-date, like
2929
supported Python versions.
3030
- Add release date in ``docs/changelog.rst``.
31+
- Check to make sure
32+
`needs-changelog <https://github.com/pybind/pybind11/pulls?q=is%3Apr+is%3Aclosed+label%3A%22needs+changelog%22>`_
33+
issues are entered in the changelog (clear the label when done).
3134
- ``git add`` and ``git commit``, ``git push``. **Ensure CI passes**. (If it
3235
fails due to a known flake issue, either ignore or restart CI.)
3336
- Add a release branch if this is a new minor version
@@ -62,6 +65,15 @@ To release a new version of pybind11:
6265

6366
If a version branch is updated, remember to set PATCH to ``1.dev1``.
6467

68+
If you'd like to bump homebrew, run:
69+
70+
.. code-block::
71+
72+
brew bump-formula-pr --url https://github.com/pybind/pybind11/archive/vX.Y.Z.tar.gz
73+
74+
Conda-forge should automatically make a PR in a few hours, and automatically
75+
merge it if there are no issues.
76+
6577

6678
Manual packaging
6779
^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)