Skip to content

Commit

Permalink
Add completions to archive
Browse files Browse the repository at this point in the history
  • Loading branch information
jklaiber committed Feb 20, 2024
1 parent 44bffe2 commit 434f843
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,12 @@ brews:
bash_completion.install "completions/jumper.bash" => "jumper"
zsh_completion.install "completions/jumper.zsh" => "_jumper"
fish_completion.install "completions/jumper.fish"
archives:
- builds_info:
group: root
owner: root
files:
- README.md
- LICENSE.md
- completions/*

0 comments on commit 434f843

Please sign in to comment.