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:
authorShinya Maeda <shinya@gitlab.com>2019-01-11 10:43:43 +0300
committerMarcia Ramos <marcia@gitlab.com>2019-01-11 10:43:43 +0300
commit90be0b1ccd60c72ff3815aa0f85114d9717dd9f9 (patch)
tree9ae0cd8b0d200a4242b651cbb7d29f1beb67cfe8 /doc/user/project/releases
parent89c4d2ae623dbd666e2eaa58812323b81e02b4ea (diff)
Add documentation for Release Asset Link API
Diffstat (limited to 'doc/user/project/releases')
-rw-r--r--doc/user/project/releases/index.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user/project/releases/index.md b/doc/user/project/releases/index.md
index 890d6fbc6c7..00a4f6c6a6b 100644
--- a/doc/user/project/releases/index.md
+++ b/doc/user/project/releases/index.md
@@ -12,7 +12,7 @@ GitLab's **Releases** are a way to track deliverables in your project. Consider
a snapshot in time of the source, build output, and other metadata or artifacts
associated with a released version of your code.
-At the moment, you can create Release entries via the [Releases API](../../../api/releases.md);
+At the moment, you can create Release entries via the [Releases API](../../../api/releases/index.md);
we recommend doing this as one of the last steps in your CI/CD release pipeline.
## Getting started with Releases
@@ -51,6 +51,9 @@ A link is any URL which can point to whatever you like; documentation, built
binaries, or other related materials. These can be both internal or external
links from your GitLab instance.
+NOTE: **NOTE**
+You can manipulate links of each release entry with [Release Links API](../../../api/releases/links.md)
+
## Releases list
Navigate to **Project > Releases** in order to see the list of releases for a given