File tree 3 files changed +18
-4
lines changed
3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"repoOwner" : " elastic" ,
3
3
"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
+ },
5
12
"targetPRLabels" : [" backport" ],
6
13
"commitConflicts" : true ,
7
- "autoMerge" : true ,
14
+ "autoMerge" : false ,
8
15
"autoMergeMethod" : " squash" ,
9
16
"fork" : false
10
17
}
Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
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
+
6
13
## [ 8.6.0] - 2024-12-13
7
14
### Added
8
15
- Include color options for new EMS styles #478
Original file line number Diff line number Diff line change 5
5
],
6
6
"labels" : [
7
7
" dependencies" ,
8
- " v7.17.4 " ,
9
- " v8.6.0 "
8
+ " v7.17.5 " ,
9
+ " v8.6.1 "
10
10
],
11
11
"packageRules" : [
12
12
{
You can’t perform that action at this time.
0 commit comments