Skip to content

Commit

Permalink
goreleaser: set up automatic installation of shell completion files (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Mar 26, 2024
1 parent ae2d59e commit 1a3b862
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@ brews:
install: |
libexec.install Dir["*"]
bin.write_exec_script "#{libexec}/tart.app/Contents/MacOS/tart"
generate_completions_from_executable(bin/"tart", "--generate-completion-script")
custom_block: |
depends_on :macos => :ventura

0 comments on commit 1a3b862

Please sign in to comment.