1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

brew depends on git

It calls the `git` binary to get tags and logs. I think it's valid to add git as a dependency since now it is supported.
This commit is contained in:
Carlos Alexandro Becker 2017-01-17 11:29:10 -02:00 committed by GitHub
parent 088fe32092
commit 656828ea41

View File

@ -1,6 +1,8 @@
brew:
repo: goreleaser/homebrew-tap
folder: Formula
dependencies:
- git
archive:
files:
- README.md