Skip to content

v2.1.1

Choose a tag to compare

@sorenlouv sorenlouv released this 05 Dec 08:27
· 615 commits to main since this release
88a6bc9

Per project config files
In addition to the global, user-specific config file, it is now possible to add a local project-specific config file in the root of your project.

The config must be named.backportrc.json and have the following structure:

{
  "upstream": "elastic/kibana",
  "branches": ["6.x", "6.1", "6.0"]
  "labels": ["backport"]
}

More details available in the readme