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

docs: added TODO

This commit is contained in:
Carlos Alexandro Becker 2019-09-09 09:42:11 -03:00 committed by GitHub
parent ccbd79250e
commit da04434939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ func doRun(ctx *context.Context, brew config.Homebrew, client client.Client) err
return pipe.Skip("brew section is not configured")
}
// TODO: properly cover this with tests
var filters = []artifact.Filter{
artifact.Or(
artifact.ByGoos("darwin"),