summaryrefslogtreecommitdiff
path: root/doc/user/project/releases.md
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-12-20 09:31:32 +0000
committerPhil Hughes <me@iamphill.com>2018-12-20 09:31:32 +0000
commit5c9aec7c78973fe801e4ee0d52b4a31722df0e78 (patch)
tree17f0e83f2726dc2188ebe4b5b0e69f3b2618c91d /doc/user/project/releases.md
parent8bcd342a50be7647c79b300ead5d6891b646d39d (diff)
downloadgitlab-ce-5c9aec7c78973fe801e4ee0d52b4a31722df0e78.tar.gz
Adds Vuex Store for the releases page
Diffstat (limited to 'doc/user/project/releases.md')
-rw-r--r--doc/user/project/releases.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/project/releases.md b/doc/user/project/releases.md
new file mode 100644
index 00000000000..8dad4240c91
--- /dev/null
+++ b/doc/user/project/releases.md
@@ -0,0 +1,12 @@
+# Releases
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/41766) in GitLab 11.7.
+
+Releases mark specific points in a project's development history, communicate
+information about the type of change, and deliver on prepared, often compiled,
+versions of the software to be reused elsewhere. Currently, releases can only be
+created through the API.
+
+Navigate to **Project > Releases** in order to see the list of releases of a project.
+
+![Releases list](img/releases.png)