feat(release): uses release/struts-6-8-x as based branch for next Struts 6.x release (#1457)

This commit is contained in:
Lukasz Lenart
2025-12-11 11:17:24 +01:00
committed by GitHub
parent af684f40e3
commit 904430dfdb
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,4 +13,4 @@ updates:
directory: "/"
schedule:
interval: "weekly"
target-branch: "release/struts-6-7-x"
target-branch: "release/struts-6-8-x"
Vendored
+3 -3
View File
@@ -105,7 +105,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
branch 'release/struts-6-8-x'
}
}
steps {
@@ -119,7 +119,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
branch 'release/struts-6-8-x'
}
}
steps {
@@ -132,7 +132,7 @@ pipeline {
when {
anyOf {
branch 'main'
branch 'release/struts-6-7-x'
branch 'release/struts-6-8-x'
}
}
steps {