diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2018-12-20 09:31:32 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-12-20 09:31:32 +0000 |
commit | 5c9aec7c78973fe801e4ee0d52b4a31722df0e78 (patch) | |
tree | 17f0e83f2726dc2188ebe4b5b0e69f3b2618c91d /doc | |
parent | 8bcd342a50be7647c79b300ead5d6891b646d39d (diff) | |
download | gitlab-ce-5c9aec7c78973fe801e4ee0d52b4a31722df0e78.tar.gz |
Adds Vuex Store for the releases page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/img/releases.png | bin | 0 -> 43612 bytes | |||
-rw-r--r-- | doc/user/project/releases.md | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/user/project/img/releases.png b/doc/user/project/img/releases.png Binary files differnew file mode 100644 index 00000000000..aec1db89a75 --- /dev/null +++ b/doc/user/project/img/releases.png 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) |