Skip to content

Commit 39c1fe0

Browse files
authored
feat: add completion to homebrew installation (#692)
1 parent f589bb4 commit 39c1fe0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.goreleaser.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ brews:
108108
# If set to auto, the release will not be uploaded to the homebrew tap repo
109109
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
110110
skip_upload: auto
111+
install: |
112+
bin.install "stackit"
113+
generate_completions_from_executable(bin/"stackit", "completion")
111114
112115
snapcrafts:
113116
# IDs of the builds for which to create packages for

0 commit comments

Comments
 (0)