Skip to content

Commit d167dc6

Browse files
committed
fix wrong yaml
1 parent 20c7918 commit d167dc6

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

.goreleaser.yml

+16-15
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,19 @@ changelog:
3131
exclude:
3232
- '^docs:'
3333
- '^test:'
34-
brew:
35-
github:
36-
owner: linyows
37-
name: homebrew-git-semv
38-
description: This is a Git plugin for Semantic Versioning.
39-
homepage: https://github.com/linyows/git-semv
40-
dependencies:
41-
- git
42-
install: |
43-
bin.install "git-semv"
44-
# zsh_completion.install "misc/completion.zsh"
45-
# bash_completion.install "misc/completion.bash"
46-
# fish_completion.install "misc/completion.fish"
47-
test: |
48-
system "#{bin}/git-semv -v"
34+
brews:
35+
- tap:
36+
owner: linyows
37+
name: homebrew-git-semv
38+
homepage: https://github.com/linyows/git-semv
39+
description: This is a Git plugin for Semantic Versioning.
40+
license: "MIT"
41+
dependencies:
42+
- git
43+
install: |
44+
bin.install "git-semv"
45+
# zsh_completion.install "misc/completion.zsh"
46+
# bash_completion.install "misc/completion.bash"
47+
# fish_completion.install "misc/completion.fish"
48+
test: |
49+
system "#{bin}/git-semv -v"

0 commit comments

Comments
 (0)