mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
feat(release): uses release/struts-6-8-x as based branch for next Struts 6.x release (#1457)
This commit is contained in:
@@ -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
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user