From 6e1ee93f7351fe6e1c9751b08fd663857c5f06bd Mon Sep 17 00:00:00 2001 From: jorin Date: Tue, 24 Jan 2017 19:43:43 +0100 Subject: [PATCH] Mention single run for CI We cannot include code here since there are too many different scenarios. A note has to be enough. Closes #92. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3d02b0497..c71e22fcb 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,8 @@ deployment: - goreleaser ``` +(Note that if you test multiple versions or multiple OSes you probably want to make sure GoReleaser is just run once) + --- Would you like to fix something in the documentation? Feel free to open an [issue](https://github.com/goreleaser/goreleaser/issues).