Skip to content

Commit f70ec2c

Browse files
authored
chore: add release-1.28 branch to templates and workflows (cloudnative-pg#9405)
Remove release-1.26 and add release-1.28 to bug issue template, Renovate config, backport workflow, and CI/CD smoke test matrices. Signed-off-by: Marco Nenciarini <marco.nenciarini@enterprisedb.com>
1 parent 455fdb5 commit f70ec2c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
baseBranchPatterns: [
1212
'main',
1313
'release-1.25',
14-
'release-1.26',
1514
'release-1.27',
15+
'release-1.28',
1616
],
1717
ignorePaths: [
1818
'docs/**',

.github/workflows/backport.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
labels: |
3838
backport-requested :arrow_backward:
3939
release-1.25
40-
release-1.26
4140
release-1.27
41+
release-1.28
4242
-
4343
name: Create comment
4444
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
@@ -61,8 +61,8 @@ jobs:
6161
labels: |
6262
backport-requested :arrow_backward:
6363
release-1.25
64-
release-1.26
6564
release-1.27
65+
release-1.28
6666
6767
## backport pull request in condition when pr contains 'backport-requested' label and contains target branches labels
6868
back-porting-pr:
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
fail-fast: false
8080
matrix:
81-
branch: [release-1.25, release-1.26, release-1.27]
81+
branch: [release-1.25, release-1.27, release-1.28]
8282
env:
8383
PR: ${{ github.event.pull_request.number }}
8484
outputs:

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
branch: [release-1.25, release-1.26, release-1.27]
82+
branch: [release-1.25, release-1.27, release-1.28]
8383
steps:
8484
- name: Invoke workflow with inputs
8585
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
fail-fast: false
6262
matrix:
63-
branch: [release-1.25, release-1.26, release-1.27]
63+
branch: [release-1.25, release-1.27, release-1.28]
6464
steps:
6565
- name: Invoke workflow with inputs
6666
uses: benc-uk/workflow-dispatch@e2e5e9a103e331dad343f381a29e654aea3cf8fc # v1

0 commit comments

Comments
 (0)