Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Oct 30, 2017
1 parent bd7c384 commit 7d58135
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions readme.MD
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,13 @@ You need to update the config file with your Github username and a Github Access
"repositories": [
{
"name": "elastic/x-pack-kibana",
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"]
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"],
"labels": ["backport"]
},
{
"name": "elastic/kibana",
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"]
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"],
"labels": ["backport"]
}
]
}
Expand Down
6 changes: 4 additions & 2 deletions src/configTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
"repositories": [
{
"name": "elastic/x-pack-kibana",
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"]
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"],
"labels": ["backport"]
},
{
"name": "elastic/kibana",
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"]
"versions": ["6.x", "6.0", "5.6", "5.5", "5.4"],
"labels": ["backport"]
}
]
}
6 changes: 4 additions & 2 deletions test/__snapshots__/cli.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,13 @@ Array [
\\"repositories\\": [
{
\\"name\\": \\"elastic/x-pack-kibana\\",
\\"versions\\": [\\"6.x\\", \\"6.0\\", \\"5.6\\", \\"5.5\\", \\"5.4\\"]
\\"versions\\": [\\"6.x\\", \\"6.0\\", \\"5.6\\", \\"5.5\\", \\"5.4\\"],
\\"labels\\": [\\"backport\\"]
},
{
\\"name\\": \\"elastic/kibana\\",
\\"versions\\": [\\"6.x\\", \\"6.0\\", \\"5.6\\", \\"5.5\\", \\"5.4\\"]
\\"versions\\": [\\"6.x\\", \\"6.0\\", \\"5.6\\", \\"5.5\\", \\"5.4\\"],
\\"labels\\": [\\"backport\\"]
}
]
}
Expand Down

0 comments on commit 7d58135

Please sign in to comment.