summaryrefslogtreecommitdiff
path: root/doc/workflow/releases.md
blob: aa0d2a7f799914b2c378535aecb0620f09c1b41b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Releases

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.

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](releases/new_tag.png)

## Tags page with button to add or edit release notes for existing git tag

![tags](releases/tags.png)