goreleaser: set up automatic installation of shell completion files (#157)
This commit is contained in:
parent
2c5b038df2
commit
0e5300b2b0
|
|
@ -35,6 +35,9 @@ brews:
|
|||
tap:
|
||||
owner: cirruslabs
|
||||
name: homebrew-cli
|
||||
install: |
|
||||
bin.install "orchard"
|
||||
generate_completions_from_executable(bin/"orchard", "completion")
|
||||
caveats: See the Github repository for more information
|
||||
homepage: https://github.com/cirruslabs/orchard
|
||||
description: Orchestrator for running Tart Virtual Machines on a cluster of Apple Silicon devices
|
||||
|
|
|
|||
Loading…
Reference in New Issue