Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d3428254
Commit
d3428254
authored
Dec 19, 2018
by
Achilleas Pipinellis
Committed by
Filipa Lacerda
Dec 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Clean up docs for releases, compress img and fix link in app/views
parent
b737f6ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
app/views/projects/releases/index.html.haml
app/views/projects/releases/index.html.haml
+1
-1
doc/user/img/releases.png
doc/user/img/releases.png
+0
-0
doc/user/project/img/releases.png
doc/user/project/img/releases.png
+0
-0
doc/user/project/releases.md
doc/user/project/releases.md
+8
-4
No files found.
app/views/projects/releases/index.html.haml
View file @
d3428254
...
...
@@ -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/img/releases.png
deleted
100644 → 0
View file @
b737f6ca
125 KB
doc/user/project/img/releases.png
View replaced file @
b737f6ca
View file @
d3428254
125 KB
|
W:
|
H:
42.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
doc/user/project/releases.md
View file @
d3428254
# 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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment