From a7619389df4fc214e52e3db7c8336514bdcc82b0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 18 Feb 2024 17:55:59 -0600 Subject: attempting to fix guireleaser --- whitelist.go | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'whitelist.go') diff --git a/whitelist.go b/whitelist.go index 665c7ef..53df187 100644 --- a/whitelist.go +++ b/whitelist.go @@ -13,12 +13,15 @@ func initWhitelist() { if strings.HasPrefix(repo.GoPath(), "go.wit.com/dev/davecgh") { release.whitelist[repo.GoPath()] = repo } - // if repo.String() == "go.wit.com/apps/guireleaser" { - // release.whitelist[repo.String()] = repo - // } - // if repo.String() == "go.wit.com/lib/gui/repostatus" { - // release.whitelist[repo.String()] = repo - // } + // + // if repo.String() == "go.wit.com/apps/guireleaser" { + // release.whitelist[repo.String()] = repo + // } + // + // if repo.String() == "go.wit.com/lib/gui/repostatus" { + // release.whitelist[repo.String()] = repo + // } + // } } -- cgit v1.2.3