Skip to content

Commit

Permalink
remove completions
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 7, 2023
1 parent 09be56c commit a731ac5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
before:
hooks:
- go mod tidy
- rm -rf completions
- mkdir completions
# - sh -c 'go run . completion "bash" >./completions/{{ .ProjectName }}.bash'
# - sh -c 'go run . completion "zsh" >./completions/{{ .ProjectName }}.zsh'
# - sh -c 'go run . completion "fish" >./completions/{{ .ProjectName }}.fish'
changelog:
skip: true
builds:
Expand All @@ -24,7 +19,6 @@ archives:
files:
- README.md
- LICENSE-MIT
- completions/*
release:
prerelease: auto
extra_files:
Expand All @@ -41,6 +35,3 @@ brews:
name: homebrew-tap
install: |-
bin.install "tweety"
bash_completion.install "completions/tweety.bash"
zsh_completion.install "completions/tweety.zsh"
fish_completion.install "completions/tweety.fish"

0 comments on commit a731ac5

Please sign in to comment.