diff options
| author | Jeff Carr <[email protected]> | 2024-02-18 17:55:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-18 17:55:59 -0600 |
| commit | a7619389df4fc214e52e3db7c8336514bdcc82b0 (patch) | |
| tree | 9f6cbf2b2acbfc28327466bd143092207f70f3cd /whitelist.go | |
| parent | 08c7765cc70bae20479ad0aa1897b6a4cfc3613a (diff) | |
attempting to fix guireleaser
Diffstat (limited to 'whitelist.go')
| -rw-r--r-- | whitelist.go | 15 |
1 files changed, 9 insertions, 6 deletions
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 + // } + // } } |
