1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-04 03:11:55 +02:00
goreleaser/goreleaser.yml
Carlos Alexandro Becker 656828ea41 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.
2017-01-17 11:29:10 -02:00

11 lines
162 B
YAML

brew:
repo: goreleaser/homebrew-tap
folder: Formula
dependencies:
- git
archive:
files:
- README.md
- LICENSE.md
- goreleaser.example.yml