summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorFilipa Lacerda - 🎄🎄 OOO - Back on January 7th - 🎄🎄 <filipa@gitlab.com>2019-01-04 14:28:40 +0000
committerMarcia Ramos <marcia@gitlab.com>2019-01-04 14:28:40 +0000
commit21edfc289b40ca3cb13ae7fb5e0bf1e795dfbdf2 (patch)
tree0db68b1cafc08d48fe7a601e5fa0c016dd492221 /doc/workflow
parentf857d66b8d6d6b96ca80d28c58e901a82bfa5c85 (diff)
downloadgitlab-ce-21edfc289b40ca3cb13ae7fb5e0bf1e795dfbdf2.tar.gz
Documentation for Release page MVC
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/releases.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/workflow/releases.md b/doc/workflow/releases.md
index 6176784fc57..02388bb73ea 100644
--- a/doc/workflow/releases.md
+++ b/doc/workflow/releases.md
@@ -1,14 +1,16 @@
# Releases
-You can turn any git tag into a release, by adding a note to it.
-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 the database of GitLab.
+NOTE: In GitLab 11.7, we introduced the full fledged [releases](../user/project/releases.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 with GitLab
+* In the interface, when you create a new git tag
* In the interface, by adding a note to an existing git tag
-* with the GitLab API
+* Using the GitLab API
## New tag page with release notes text area