2015-11-10 06:33:21 -05:00
|
|
|
# Releases
|
|
|
|
|
2019-01-07 10:18:41 -05:00
|
|
|
NOTE: In GitLab 11.7, we introduced the full fledged [Releases](../user/project/releases/index.md)
|
|
|
|
feature. You can still create release notes on this page, but the new method is preferred.
|
2019-01-04 09:28:40 -05:00
|
|
|
|
2019-01-07 10:18:41 -05:00
|
|
|
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
|
2019-01-04 09:28:40 -05:00
|
|
|
drag-n-drop files to it. Release notes are stored in GitLab's database.
|
2015-11-10 06:33:21 -05:00
|
|
|
|
2019-01-07 10:18:41 -05:00
|
|
|
There are several ways to add release notes:
|
2015-11-10 06:33:21 -05:00
|
|
|
|
2019-01-07 10:18:41 -05:00
|
|
|
- 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
|
2015-11-10 06:33:21 -05:00
|
|
|
|
|
|
|
## New tag page with release notes text area
|
|
|
|
|
|
|
|
![new_tag](releases/new_tag.png)
|
|
|
|
|
|
|
|
## Tags page with button to add or edit release notes for existing git tag
|
|
|
|
|
|
|
|
![tags](releases/tags.png)
|