diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-10-05 10:28:42 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2018-10-05 10:29:35 +0200 |
commit | a545703e739fea0b7d79cc8f0d59e0a64c0eb15b (patch) | |
tree | 5f4bfb68c932852682a2bb9c04951f88f00a98d1 /doc | |
parent | 84c4e920cdf45a182064461a681d4660d9a19073 (diff) | |
download | gitlab-ce-a545703e739fea0b7d79cc8f0d59e0a64c0eb15b.tar.gz |
Improve only: changes feature documentation
Align with current technical writing style-guides.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 442a8ba643b..15dde36cca8 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -388,7 +388,7 @@ except master. > > `variables` policy introduced in 10.7 > -> `changes` policy [introduced in 11.4][changes-policy-issue] +> `changes` policy [introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/19232) in 11.4 CAUTION: **Warning:** This an _alpha_ feature, and it it subject to change at any time without @@ -482,7 +482,7 @@ the section below. #### Using `changes` with new branches and tags If you are pushing a **new** branch or a **new** tag to GitLab, the policy -always evaluates to truth and GitLab will create a job. This feature is not +always evaluates to true and GitLab will create a job. This feature is not connected with merge requests yet, and because GitLab is creating pipelines before an user can create a merge request we don't know a target branch at this point. @@ -1987,4 +1987,3 @@ CI with various languages. [ce-12909]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12909 [schedules]: ../../user/project/pipelines/schedules.md [variables-expressions]: ../variables/README.md#variables-expressions -[changes-policy-issue]: https://gitlab.com/gitlab-org/gitlab-ce/issues/19232 |