From d756366df6d7a3eaca93281619d6475529686b2a Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 20 Apr 2023 17:07:13 +0000 Subject: [PATCH] docs: add a note about goreleaser configs --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 976c9117..79c9892f 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ ___ ## Usage +GoReleaser Action runs [goreleaser][], please follow its [docs][gdocs] for +more information about how to customize what GoReleaser do. + +[goreleaser]: https://goreleaser.com/ +[gdocs]: https://goreleaser.com/customization + ### Workflow ```yaml