From d245afc60c95b95b018fe74575f2ec9fdfe494a8 Mon Sep 17 00:00:00 2001 From: Jeffrey Cafferata Date: Sat, 27 Jan 2024 12:50:45 +0100 Subject: [PATCH] docs: updated the GitHub Code Search syntax (#4579) Found that the GitHub Code Search syntax did not work (anymore). **Before** ![before](https://github.com/goreleaser/goreleaser/assets/1150425/a93a3cc1-d49c-496e-9f70-4c19b534c542) _https://github.com/search?q=filename%3Agoreleaser+language%3Ayaml+path%3A%2F_ **After** ![after](https://github.com/goreleaser/goreleaser/assets/1150425/29d19c70-22c9-442e-94d3-a5f7fcbc2bd9) _https://github.com/search?q=path%3A%2Fgoreleaser.*+language%3Ayaml&type=code_ --- USERS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USERS.md b/USERS.md index ccd32e13b..0e5774f95 100644 --- a/USERS.md +++ b/USERS.md @@ -95,4 +95,4 @@ If you're going to edit it, please: [^1]: Entries were either added by the companies themselves or by the maintainers after seeing it in the wild. - You can see all public repositories using GoReleaser by [searching on GitHub](https://github.com/search?q=filename%3Agoreleaser+language%3Ayaml+path%3A%2F). + You can see all public repositories using GoReleaser by [searching on GitHub](https://github.com/search?q=path%3A.goreleaser.yml+OR+path%3A.goreleaser.yaml+&type=code).