Skip to content

Commit 0dd661b

Browse files
authored
Revert .NET API's branch to 6.x (elastic#582)
The .NET API doesn't branch the same way as the stack. It looks like most of the clients don't actually. We bumped its branch to 6.7 as part of bumping the stack. This was incorrect because they have no plans to create a 6.7 branch.
1 parent 0774e16 commit 0dd661b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

conf.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,10 @@ contents:
315315
-
316316
title: .NET API
317317
prefix: net-api
318-
current: 6.7
319-
branches: [ master, 6.7, 5.x, 2.x, 1.x ]
318+
# The elasticsearch-net repo only keeps .x branches. Do not
319+
# bump these with the rest of the stack.
320+
current: 6.x
321+
branches: [ master, 6.x, 5.x, 2.x, 1.x ]
320322
index: docs/index.asciidoc
321323
tags: Clients/.Net
322324
subject: Clients

0 commit comments

Comments
 (0)