From 0e5300b2b0ed651e8af470f5c376b09fc9fbf29c Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Tue, 26 Mar 2024 09:06:27 +0100 Subject: [PATCH] goreleaser: set up automatic installation of shell completion files (#157) --- .goreleaser.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 75c13d4..aa78664 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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