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
a438eec9
Commit
a438eec9
authored
Oct 16, 2019
by
Marcel Amirault
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move release notes to releases doc
parent
a767b57a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
31 deletions
+3
-31
doc/user/project/releases/index.md
doc/user/project/releases/index.md
+1
-3
doc/user/project/releases/releases.md
doc/user/project/releases/releases.md
+0
-26
doc/workflow/releases.md
doc/workflow/releases.md
+2
-2
No files found.
doc/user/project/releases/index.md
View file @
a438eec9
...
...
@@ -19,8 +19,6 @@ associated with a released version of your code.
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.
If desired, it is still possible to
[
add release notes to Git tags
](
releases.md
)
.
## Getting started with Releases
Start by giving a
[
description
](
#release-description
)
to the Release and
...
...
@@ -83,7 +81,7 @@ following modal window will be then displayed, from which you can select **New r
You can add release notes to any Git tag using the notes feature. Release notes
behave like any other markdown form in GitLab so you can write text and
drag
-n-
drop files to it. Release notes are stored in GitLab's database.
drag
and
drop files to it. Release notes are stored in GitLab's database.
There are several ways to add release notes:
...
...
doc/user/project/releases/releases.md
deleted
100644 → 0
View file @
a767b57a
---
disqus_identifier
:
'
https://docs.gitlab.com/ee/workflow/releases.html'
---
# Releases
NOTE: In GitLab 11.7, we introduced the full fledged
[
Releases
](
index.md
)
feature. You can still create release notes on this page, but the new method is preferred.
You can add release notes to any Git tag using the notes feature. Release notes
behave like any other markdown form in GitLab so you can write text and
drag-n-drop files to it. Release notes are stored in GitLab's database.
There are several ways to add release notes:
-
In the interface, when you create a new Git tag
-
In the interface, by adding a note to an existing Git tag
-
Using the GitLab API
## New tag page with release notes text area
![
new_tag
](
img/new_tag.png
)
## Tags page with button to add or edit release notes for existing Git tag
![
tags
](
img/tags.png
)
doc/workflow/releases.md
View file @
a438eec9
---
redirect_to
:
'
../user/project/releases/
releases.md
'
redirect_to
:
'
../user/project/releases/
index.md#add-release-notes-to-git-tags
'
---
This document was moved to
[
another location
](
../user/project/releases/
releases.md
)
.
This document was moved to
[
another location
](
../user/project/releases/
index.md#add-release-notes-to-git-tags
)
.
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