Commit a438eec9 authored by Marcel Amirault's avatar Marcel Amirault

Move release notes to releases doc

parent a767b57a
......@@ -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:
......
---
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)
---
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).
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