Skip to content

Commit

Permalink
Add shell completion scripts to homebrew tap release
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Jul 21, 2024
1 parent 2b4f78e commit f4dff19
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f4dff19

Please sign in to comment.