Skip to content

Commit 833172c

Browse files
authored
fix: Add shell completion to brew install; closes #651 (#795)
1 parent 1278c80 commit 833172c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ brews:
8484
else
8585
bin.install File.exist?("bin/jira") ? "bin/jira" : "jira"
8686
end
87+
generate_completions_from_executable(bin/"jira", "completion", shells: [:bash, :zsh, :fish])
8788
8889
test: |
8990
help_text = shell_output("#{bin}/jira version")

0 commit comments

Comments
 (0)