summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-09-18 14:02:14 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-09-18 14:02:14 +0000
commit90aebe85884b95569ab65567155ce0ec15d65ef0 (patch)
tree57a806d5a8357de8fe77cbebf17fdf39d3ff1e7b
parentc8d1673a8a008c144724ea8359e59ca265e19762 (diff)
parent3f2ad467681c61ae3a072853d4a6ecdbcc7c07f4 (diff)
downloadgitlab-ce-90aebe85884b95569ab65567155ce0ec15d65ef0.tar.gz
Merge branch 'docs-17499-documentation-errors-about-creating-a-new-tag' into 'master'
Fix docs for lightweight tag creation via API Closes #17499 See merge request gitlab-org/gitlab-ce!14328
-rw-r--r--changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml5
-rw-r--r--doc/api/tags.md2
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml b/changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml
new file mode 100644
index 00000000000..3dfe4114cc9
--- /dev/null
+++ b/changelogs/unreleased/docs-17499-documentation-errors-about-creating-a-new-tag.yml
@@ -0,0 +1,5 @@
+---
+title: Fix docs for lightweight tag creation via API
+merge_request:
+author:
+type: other
diff --git a/doc/api/tags.md b/doc/api/tags.md
index 32fe5eea692..bebe6536b6e 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -131,7 +131,7 @@ Parameters:
"message": null
}
```
-The message will be `nil` when creating a lightweight tag otherwise
+The message will be `null` when creating a lightweight tag otherwise
it will contain the annotation.
In case of an error,