summaryrefslogtreecommitdiff
path: root/whitelist.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-18 17:55:59 -0600
committerJeff Carr <[email protected]>2024-02-18 17:55:59 -0600
commita7619389df4fc214e52e3db7c8336514bdcc82b0 (patch)
tree9f6cbf2b2acbfc28327466bd143092207f70f3cd /whitelist.go
parent08c7765cc70bae20479ad0aa1897b6a4cfc3613a (diff)
attempting to fix guireleaser
Diffstat (limited to 'whitelist.go')
-rw-r--r--whitelist.go15
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
+ // }
+ //
}
}