Skip to content

Commit f432a51

Browse files
committed
add missing key
1 parent 2000fd1 commit f432a51

1 file changed

Lines changed: 15 additions & 12 deletions

File tree

.goreleaser.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,18 @@ changelog:
2525
exclude:
2626
- '^docs:'
2727
- '^test:'
28-
github:
29-
owner: linyows
30-
name: homebrew-git-semv
31-
description: This is a Git plugin for Semantic Versioning.
32-
homepage: https://github.com/linyows/git-semv
33-
install: |
34-
bin.install Dir['git-semv']
35-
# zsh_completion.install "misc/completion.zsh"
36-
# bash_completion.install "misc/completion.bash"
37-
# fish_completion.install "misc/completion.fish"
38-
test: |
39-
system "#{bin}/git-semv"
28+
brew:
29+
github:
30+
owner: linyows
31+
name: homebrew-git-semv
32+
description: This is a Git plugin for Semantic Versioning.
33+
homepage: https://github.com/linyows/git-semv
34+
dependencies:
35+
- git
36+
install: |
37+
bin.install "git-semv"
38+
# zsh_completion.install "misc/completion.zsh"
39+
# bash_completion.install "misc/completion.bash"
40+
# fish_completion.install "misc/completion.fish"
41+
test: |
42+
system "#{bin}/git-semv -v"

0 commit comments

Comments
 (0)