From 6e1ee93f7351fe6e1c9751b08fd663857c5f06bd Mon Sep 17 00:00:00 2001 From: jorin Date: Tue, 24 Jan 2017 19:43:43 +0100 Subject: [PATCH 1/2] 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). From 94892414611fd02e1fd042c92f9016267769fcf9 Mon Sep 17 00:00:00 2001 From: jorin Date: Tue, 24 Jan 2017 19:58:19 +0100 Subject: [PATCH 2/2] Use italic instead of paranthesis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c71e22fcb..d21d1a9d5 100644 --- a/README.md +++ b/README.md @@ -307,7 +307,7 @@ deployment: - goreleaser ``` -(Note that if you test multiple versions or multiple OSes you probably want to make sure GoReleaser is just run once) +*Note that if you test multiple versions or multiple OSes you probably want to make sure GoReleaser is just run once* ---