File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments