diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-16 10:11:16 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-11-16 10:11:16 +0100 |
commit | 743d66e4da5c11f638d12a7f7ec6354631ee2b90 (patch) | |
tree | f9204471e65faf436d00270174bc823d2fcfba5c /doc/workflow/releases.md | |
parent | d6db451732a5ed9f31f3a345dd936abc1c07c6cf (diff) | |
download | gitlab-ce-743d66e4da5c11f638d12a7f7ec6354631ee2b90.tar.gz |
Improve english textreleases-feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/workflow/releases.md')
-rw-r--r-- | doc/workflow/releases.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/workflow/releases.md b/doc/workflow/releases.md index 0eca220e2cf..6176784fc57 100644 --- a/doc/workflow/releases.md +++ b/doc/workflow/releases.md @@ -1,14 +1,14 @@ # Releases -You can turn any git tag into release by just adding a release notes to it. -Release notes behaves 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 database. +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. There are several ways to add release notes: -* In UI when you create new git tag with GitLab -* In UI when you add release notes to existing git tag -* with GitLab API +* In the interface, when you create a new git tag with GitLab +* In the interface, by adding a note to an existing git tag +* with the GitLab API ## New tag page with release notes text area |