From 90be0b1ccd60c72ff3815aa0f85114d9717dd9f9 Mon Sep 17 00:00:00 2001 From: Shinya Maeda Date: Fri, 11 Jan 2019 07:43:43 +0000 Subject: Add documentation for Release Asset Link API --- doc/user/project/releases/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/user/project/releases') 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 -- cgit v1.2.3