Skip to content

Commit

Permalink
Revert .NET API's branch to 6.x (#582)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nik9000 authored Feb 6, 2019
1 parent 0774e16 commit 0dd661b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,10 @@ contents:
-
title: .NET API
prefix: net-api
current: 6.7
branches: [ master, 6.7, 5.x, 2.x, 1.x ]
# The elasticsearch-net repo only keeps .x branches. Do not
# bump these with the rest of the stack.
current: 6.x
branches: [ master, 6.x, 5.x, 2.x, 1.x ]
index: docs/index.asciidoc
tags: Clients/.Net
subject: Clients
Expand Down

0 comments on commit 0dd661b

Please sign in to comment.