From e2b5e5874ef3ef46833b98a8278784b28dadf824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Batuhan=20Apayd=C4=B1n?= Date: Wed, 1 Sep 2021 15:12:28 +0300 Subject: [PATCH] docs: enhance Gitlab documentation (#2449) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * style(ci): enhance Gitlab documentation Signed-off-by: Batuhan Apaydın * Update www/docs/ci/gitlab.md Co-authored-by: Carlos Alexandro Becker --- www/docs/ci/gitlab.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/docs/ci/gitlab.md b/www/docs/ci/gitlab.md index fa7cca297f1..c9fd615234f 100644 --- a/www/docs/ci/gitlab.md +++ b/www/docs/ci/gitlab.md @@ -2,6 +2,8 @@ Below are some example GitLab CI jobs that use GoReleaser to release a project. +> If you are using private hosted or Enterprise version of Gitlab, please follow this [guide](/scm/gitlab/) before diving into the details. + ## Basic Releasing You can easily run GoReleaser in GitLab CI using its Docker container.