Skip to content

Commit

Permalink
chore: remove completions for now
Browse files Browse the repository at this point in the history
  • Loading branch information
anilmisirlioglu committed Apr 10, 2022
1 parent bdfc8ce commit 60cdee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before:
hooks:
- go mod tidy
- go mod download
- ./scripts/completions.sh
# - ./scripts/completions.sh

gomod:
proxy: true
Expand Down Expand Up @@ -95,6 +95,6 @@ brews:
type: optional
install: |-
bin.install "f1"
bash_completion.install "completions/f1.bash" => "f1"
zsh_completion.install "completions/f1.zsh" => "_f1"
fish_completion.install "completions/f1.fish"
# bash_completion.install "completions/f1.bash" => "f1"
# zsh_completion.install "completions/f1.zsh" => "_f1"
# fish_completion.install "completions/f1.fish"

0 comments on commit 60cdee8

Please sign in to comment.