diff options
author | Marcia Ramos <marcia@gitlab.com> | 2019-01-07 15:18:41 +0000 |
---|---|---|
committer | Marcia Ramos <marcia@gitlab.com> | 2019-01-07 15:18:41 +0000 |
commit | d8cdf81285b93bae0327ee92772ddc5aca036dfa (patch) | |
tree | 1dc411c056e23bad299e184d79911a7a681cbd93 /doc/workflow | |
parent | 5774ffe063296432d4dd564e444c671d27b86596 (diff) | |
download | gitlab-ce-d8cdf81285b93bae0327ee92772ddc5aca036dfa.tar.gz |
Update Releases documentation
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/releases.md | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/workflow/releases.md b/doc/workflow/releases.md index 02388bb73ea..aa0d2a7f799 100644 --- a/doc/workflow/releases.md +++ b/doc/workflow/releases.md @@ -1,16 +1,17 @@ # Releases -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. +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 +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: +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 +- 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 |