From f4dff19c429294ad22be644a97136e1e12c902d7 Mon Sep 17 00:00:00 2001 From: Simon Whitaker Date: Sun, 21 Jul 2024 20:50:52 +0100 Subject: [PATCH] Add shell completion scripts to homebrew tap release --- .goreleaser.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index ce59c15..101ba65 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -38,6 +38,10 @@ brews: commit_author: name: Simon Whitaker email: sw@netcetera.org + extra_install: | + bash_completion.install "completions/runny-completion.bash" + fish_completion.install "completions/runny.fish" + zsh_completion.install "completions/runny.zsh" => "_runny" checksum: name_template: "checksums.txt"