summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-11-16 04:06:29 +0000
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-11-16 09:52:01 +0000
commit155ce25a9e4d0d714b2da613675f6f8e9d74915e (patch)
treedc81131b1f3d25c60c9ee2fa8a741cb946bd4472
parenta94397032acace884cbf0bb8e4ffbcbd9f26aedf (diff)
downloadgitlab-ce-155ce25a9e4d0d714b2da613675f6f8e9d74915e.tar.gz
Merge branch 'docs/rs-revert-api-version' into 'master'
Revert API is going into 11.5, not 11.6. See merge request gitlab-org/gitlab-ce!23060 (cherry picked from commit 38d234e2e5474fc732306c2cfbbd274e1cc32fea) f1f03895 Revert API is going into 11.5, not 11.6.
-rw-r--r--doc/api/commits.md2
-rw-r--r--lib/api/commits.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/commits.md b/doc/api/commits.md
index 994eefa423f..7d9b52ec24f 100644
--- a/doc/api/commits.md
+++ b/doc/api/commits.md
@@ -290,7 +290,7 @@ Example response:
## Revert a commit
-> [Introduced][ce-22919] in GitLab 11.6.
+> [Introduced][ce-22919] in GitLab 11.5.
Reverts a commit in a given branch.
diff --git a/lib/api/commits.rb b/lib/api/commits.rb
index 1b228069005..e715fb4ca7d 100644
--- a/lib/api/commits.rb
+++ b/lib/api/commits.rb
@@ -205,7 +205,7 @@ module API
end
desc 'Revert a commit in a branch' do
- detail 'This feature was introduced in GitLab 11.6'
+ detail 'This feature was introduced in GitLab 11.5'
success Entities::Commit
end
params do