Commit d3428254 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis Committed by Filipa Lacerda

Clean up docs for releases, compress img and fix link in app/views

parent b737f6ca
......@@ -2,4 +2,4 @@
- page_title _('Releases')
%div{ class: container_class }
#js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/releases') } }
#js-releases-page{ data: { project_id: @project.id, illustration_path: image_path('illustrations/releases.svg'), documentation_path: help_page_path('user/project/releases') } }
doc/user/project/img/releases.png

125 KB | W: | H:

doc/user/project/img/releases.png

42.6 KB | W: | H:

doc/user/project/img/releases.png
doc/user/project/img/releases.png
doc/user/project/img/releases.png
doc/user/project/img/releases.png
  • 2-up
  • Swipe
  • Onion skin
# Releases
> [Introduced][23795] in GitLab 11.7.
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ce/issues/41766) in GitLab 11.7.
A list of the published Releases are available to everyone.
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.
Nagivate to Projects > Releases in order to see the list of releases of a project:
![Releases List](img/releases.png)
Navigate to **Project > Releases** in order to see the list of releases of a project.
![Releases list](img/releases.png)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment