Commits


Sutou Kouhei authored and GitHub committed b9453a2a33e
GH-37329: [Release][Homebrew] Follow directory structure change (#37349) ### Rationale for this change Before: Formula/apache-arrow-glib.rb After: Formula/a/apache-arrow-glib.rb ### What changes are included in this PR? Remove `Formula/*/` from `Formula/a/apache-arrow-glib.rb` path to detect formula name. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * Closes: #37329 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>