mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-04 03:11:55 +02:00
656828ea41
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.
11 lines
162 B
YAML
11 lines
162 B
YAML
brew:
|
|
repo: goreleaser/homebrew-tap
|
|
folder: Formula
|
|
dependencies:
|
|
- git
|
|
archive:
|
|
files:
|
|
- README.md
|
|
- LICENSE.md
|
|
- goreleaser.example.yml
|