File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,20 @@ pull_request_rules:
48
48
labels :
49
49
- " backport"
50
50
title : " [{{ destination_branch }}](backport #{{ number }}) {{ title }}"
51
+ - name : backport patches to 8.1 branch
52
+ conditions :
53
+ - merged
54
+ - base=master
55
+ - label=backport-v8.1.0
56
+ actions :
57
+ backport :
58
+ assignees :
59
+ - " {{ author }}"
60
+ branches :
61
+ - " 8.1"
62
+ labels :
63
+ - " backport"
64
+ title : " [{{ destination_branch }}](backport #{{ number }}) {{ title }}"
51
65
- name : backport patches to 7.17 branch
52
66
conditions :
53
67
- merged
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import (
15
15
"github.com/elastic/fleet-server/v7/internal/pkg/build"
16
16
)
17
17
18
- const defaultVersion = "8.1 .0"
18
+ const defaultVersion = "8.2 .0"
19
19
20
20
var (
21
21
Version string = defaultVersion
You can’t perform that action at this time.
0 commit comments