File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
6366If 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
6678Manual packaging
6779^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments