We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69e408c commit 6f947fcCopy full SHA for 6f947fc
.goreleaser.yaml
@@ -108,6 +108,9 @@ brews:
108
# If set to auto, the release will not be uploaded to the homebrew tap repo
109
# if the tag has a prerelease indicator (e.g. v0.0.1-alpha1)
110
skip_upload: auto
111
+ install: |
112
+ bin.install "stackit"
113
+ generate_completions_from_executable(bin/"stackit", "completion")
114
115
snapcrafts:
116
# IDs of the builds for which to create packages for
0 commit comments