Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 12:11:16 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-11-16 12:11:16 +0300
commit743d66e4da5c11f638d12a7f7ec6354631ee2b90 (patch)
treef9204471e65faf436d00270174bc823d2fcfba5c /doc/workflow/releases.md
parentd6db451732a5ed9f31f3a345dd936abc1c07c6cf (diff)
Improve english text
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/workflow/releases.md')
-rw-r--r--doc/workflow/releases.md12
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