File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 6868 'go' ,
6969 ] ,
7070 matchBaseBranches : [
71- '/^release-.*/' ,
71+ // Release 2.1 and older use earthly.
72+ '/^release-1\..*/' ,
73+ '/^release-2\.[0-1]$/' ,
7274 ] ,
7375 postUpgradeTasks : {
7476 commands : [
8688 'golangci/golangci-lint' ,
8789 ] ,
8890 matchBaseBranches : [
89- '/^release-.*/' ,
91+ // Release 2.1 and older use earthly.
92+ '/^release-1\..*/' ,
93+ '/^release-2\.[0-1]$/' ,
9094 ] ,
9195 postUpgradeTasks : {
9296 commands : [
Original file line number Diff line number Diff line change 2424 ] ,
2525 matchBaseBranches : [
2626 'main' ,
27+ // Release 2.2 and newer use nix.
28+ '/' ^ release - 2 \.( [ 2 - 9 ] | . . + ) $ / ',
2729 ] ,
2830 postUpgradeTasks : {
2931 commands : [
4345 ] ,
4446 matchBaseBranches : [
4547 'main' ,
48+ // Release 2.2 and newer use nix.
49+ '/' ^ release - 2 \.( [ 2 - 9 ] | . . + ) $ / ',
4650 ] ,
4751 postUpgradeTasks : {
4852 commands : [
You can’t perform that action at this time.
0 commit comments