File tree 2 files changed +13
-1
lines changed 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)
20
20
and ``eval `` in pure Python.
21
21
`#2616 <https://github.com/pybind/pybind11/pull/2616 >`_
22
22
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
24
24
current version.
25
25
`#2622 <https://github.com/pybind/pybind11/pull/2622 >`_
26
26
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ To release a new version of pybind11:
28
28
- Ensure that all the information in ``setup.cfg `` is up-to-date, like
29
29
supported Python versions.
30
30
- 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).
31
34
- ``git add `` and ``git commit ``, ``git push ``. **Ensure CI passes **. (If it
32
35
fails due to a known flake issue, either ignore or restart CI.)
33
36
- Add a release branch if this is a new minor version
@@ -62,6 +65,15 @@ To release a new version of pybind11:
62
65
63
66
If a version branch is updated, remember to set PATCH to ``1.dev1 ``.
64
67
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
+
65
77
66
78
Manual packaging
67
79
^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments