Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-07-30 21:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-07-30 21:09:39 +0300
commit1b26aaa633642ea33f1fb9d7e8680892c8ca795d (patch)
tree2f472efc1b86f43857082132ed58e2b24e46ab39 /doc/api/releases
parente65a1b9830b8746fefd18744a39d559cbf58c99e (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/releases')
-rw-r--r--doc/api/releases/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/releases/index.md b/doc/api/releases/index.md
index 2c933061c37..357f7e7a125 100644
--- a/doc/api/releases/index.md
+++ b/doc/api/releases/index.md
@@ -360,7 +360,7 @@ POST /projects/:id/releases
| `name` | string | no | The release name. |
| `tag_name` | string | yes | The tag where the release will be created from. |
| `description` | string | no | The description of the release. You can use [Markdown](../../user/markdown.md). |
-| `ref` | string | yes, if `tag_name` doesn't exist | If `tag_name` doesn't exist, the release will be created from `ref`. It can be a commit SHA, another tag name, or a branch name. |
+| `ref` | string | yes, if `tag_name` doesn't exist | If a tag specified in `tag_name` doesn't exist, the release will be created from `ref` and tagged with `tag_name`. It can be a commit SHA, another tag name, or a branch name. |
| `milestones` | array of string | no | The title of each milestone the release is associated with. |
| `assets:links` | array of hash | no | An array of assets links. |
| `assets:links:name`| string | required by: `assets:links` | The name of the link. |