Skip to content
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 13d2bdd

Browse files
committed
.goreleaser.yml: Update manifest format for new GoReleaser.
1 parent 314a72a commit 13d2bdd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.goreleaser.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ nfpms:
1919
- deb
2020
- rpm
2121
license: MIT
22-
files:
23-
"static/completions/yak.zsh": "/usr/share/zsh/vendor-completions/_yak"
24-
"static/completions/yak.bash": "/usr/share/bash-completion/completions/yak"
22+
contents:
23+
- src: "static/completions/yak.zsh"
24+
dst : "/usr/share/zsh/vendor-completions/_yak"
25+
- src: "static/completions/yak.bash"
26+
dst: "/usr/share/bash-completion/completions/yak"
2527
brews:
26-
- github:
28+
- tap:
2729
owner: redbubble
2830
name: homebrew-yak
2931
commit_author:

0 commit comments

Comments
 (0)