From e312b91662269a9dfd87b6a98881b6c0a89325e7 Mon Sep 17 00:00:00 2001 From: Suppaseth Charoenkarnka Date: Fri, 29 May 2026 21:12:16 +0700 Subject: [PATCH] ci(release): generate shell completions in brew formula template Adds generate_completions_from_executable to the formula heredoc so each release regenerates a formula that auto-installs completions. Keeps the tap in sync with homebrew-onebrain#1 (which patched the live v3.2.19 formula). --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fa2d2e..e661aeb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -377,6 +377,7 @@ jobs: def install bin.install "onebrain" + generate_completions_from_executable(bin/"onebrain", "completions") end test do