Skip to content

Commit 2ccf6ff

Browse files
authored
Bump to 8.6.1 (#515)
1 parent 69f805f commit 2ccf6ff

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.backportrc.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
{
22
"repoOwner": "elastic",
33
"repoName": "ems-file-service",
4-
"targetBranches": ["7.17"],
4+
"targetBranchChoices": [
5+
"master",
6+
"7.17"
7+
],
8+
"branchLabelMapping": {
9+
"^v8.\\d+.\\d+$": "master",
10+
"^v7.\\d+.\\d+$": "v7.17"
11+
},
512
"targetPRLabels": ["backport"],
613
"commitConflicts": true,
7-
"autoMerge": true,
14+
"autoMerge": false,
815
"autoMergeMethod": "squash",
916
"fork": false
1017
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
## [8.6.1] - TBD
7+
### Added
8+
9+
### Changed
10+
- Update dependencies (search PRs for `is:pr label:8.6.1,dependencies`)
11+
12+
613
## [8.6.0] - 2024-12-13
714
### Added
815
- Include color options for new EMS styles #478

renovate.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
],
66
"labels": [
77
"dependencies",
8-
"v7.17.4",
9-
"v8.6.0"
8+
"v7.17.5",
9+
"v8.6.1"
1010
],
1111
"packageRules": [
1212
{

0 commit comments

Comments
 (0)