diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-29 09:28:29 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-29 09:28:29 +0900 |
commit | dff97ad44b3983cf29b3eab62417fd5e4439e2a2 (patch) | |
tree | dacc543298388b38e6cdce2c12b58c143b22cd04 /doc/workflow/releases.md | |
parent | 4ad96a4e927808a3afd7fe9726fa86345c2791e6 (diff) | |
download | gitlab-ce-docs-capitalization-4.tar.gz |
Fix capitalization in more docsdocs-capitalization-4
Fix capitalization in docs for works like GitLab, Git
Omnibus, etc
Diffstat (limited to 'doc/workflow/releases.md')
-rw-r--r-- | doc/workflow/releases.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/workflow/releases.md b/doc/workflow/releases.md index 00cddda24a4..1fd63a556c6 100644 --- a/doc/workflow/releases.md +++ b/doc/workflow/releases.md @@ -3,20 +3,20 @@ 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 +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 +- 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  -## Tags page with button to add or edit release notes for existing git tag +## Tags page with button to add or edit release notes for existing Git tag  |