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 ad488e33a chore: document post release task for brew (#4131)
ad488e33a is described below
commit ad488e33a7d19574df03e3ec703e37daff14b0b4
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Mar 23 16:48:26 2026 -0700
chore: document post release task for brew (#4131)
Adds a post-release task for updating the ADBC Homebrew formulae.
Ref:
https://github.com/apache/arrow-adbc/issues/338#issuecomment-4101454028
---
docs/source/development/releasing.rst | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/docs/source/development/releasing.rst
b/docs/source/development/releasing.rst
index 1db94c64f..900f23bee 100644
--- a/docs/source/development/releasing.rst
+++ b/docs/source/development/releasing.rst
@@ -440,6 +440,17 @@ Be sure to go through on the following checklist:
A conda-forge or feedstock maintainer can review and merge.
+.. dropdown:: Update Homebrew formulae
+ :class-title: sd-fs-5
+ :class-container: sd-shadow-md
+
+ File separate PRs to update each formula for the new release:
+
+ - apache-arrow-adbc
+ - apache-arrow-adbc-glib
+
+ See https://docs.brew.sh/Formula-Cookbook#updating-formulae.
+
.. dropdown:: Remove old artifacts
:class-title: sd-fs-5
:class-container: sd-shadow-md