1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-04-13 11:50:34 +02:00

fix: remove some deprecated brew todos

This commit is contained in:
Carlos A Becker 2022-04-11 23:58:18 -03:00
parent de825aab35
commit 9c773d6d6b
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -987,7 +987,6 @@ func TestRunPipeNoUpload(t *testing.T) {
ctx.Semver.Prerelease = "beta1"
assertNoPublish(t)
})
// TODO: skip when ctx.Config.Release.Draft=true ?
}
func TestRunEmptyTokenType(t *testing.T) {