This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new c4358405f docs: improve docs for homebrew post-release task (#4186)
c4358405f is described below
commit c4358405fd3ba338c490ed69f6559b2cada8cb68
Author: Bryce Mecum <[email protected]>
AuthorDate: Tue Apr 7 17:27:47 2026 -0700
docs: improve docs for homebrew post-release task (#4186)
Improves the docs for the post-release task to update the Homebrew
packages. It turns out Homebrew has an automation for updating packages
so the release manager should usually only have to check that the PRs
are automatically created and merged.
Closes #4184
---
docs/source/development/releasing.rst | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/docs/source/development/releasing.rst
b/docs/source/development/releasing.rst
index 900f23bee..a0b2dfd20 100644
--- a/docs/source/development/releasing.rst
+++ b/docs/source/development/releasing.rst
@@ -440,16 +440,27 @@ Be sure to go through on the following checklist:
A conda-forge or feedstock maintainer can review and merge.
-.. dropdown:: Update Homebrew formulae
+.. dropdown:: Check Homebrew formulae
:class-title: sd-fs-5
:class-container: sd-shadow-md
- File separate PRs to update each formula for the new release:
+ Homebrew automatically updates formulae every 3 hours so the release
manager can just check that this happens.
+
+ Visit https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+adbc and
look for separate PRs from BrewTestBot for each of these formulae:
- apache-arrow-adbc
- apache-arrow-adbc-glib
- See https://docs.brew.sh/Formula-Cookbook#updating-formulae.
+ If the formulae aren't automatically updated on schedule, run the following
to create PRs updating them:
+
+ .. code-block:: Bash
+
+ brew tap homebrew/core
+ cd $(brew --repository homebrew/core)
+ brew bump-formula-pr --version <VERSION> apache-arrow-adbc
+ brew bump-formula-pr --version <VERSION> apache-arrow-adbc-glib
+
+ https://docs.brew.sh/Formula-Cookbook#updating-formulae may be helpful if
anything unexpected happens.
.. dropdown:: Remove old artifacts
:class-title: sd-fs-5