Skip to content

Commit 665467a

Browse files
committed
move main to stable5.5
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de>
1 parent 220e339 commit 665467a

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

β€Ž.github/dependabot.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ updates:
5151
- dependencies
5252

5353
- package-ecosystem: composer
54-
target-branch: 'stable5.3'
54+
target-branch: 'stable5.4'
5555
directories:
5656
- '/'
5757
- '/vendor-bin/*/'
@@ -68,7 +68,7 @@ updates:
6868
- dependencies
6969

7070
- package-ecosystem: npm
71-
target-branch: 'stable5.3'
71+
target-branch: 'stable5.4'
7272
directory: '/'
7373
schedule:
7474
interval: weekly

β€Ž.github/workflows/playwright.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
pull_request:
3131
branches:
3232
- main
33-
- stable5.3
33+
- stable5.4
3434

3535
permissions:
3636
contents: read

β€Ž.github/workflows/playwright.yml.patchβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ index c218bffb..1e0028ab 100644
1111
- - stable34
1212
- - stable33
1313
+ - main
14-
+ - stable5.3
14+
+ - stable5.4
1515

1616
permissions:
1717
contents: read

β€Ž.github/workflows/sync-workflow-templates.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
branches:
2828
- ${{ github.event.repository.default_branch }}
29-
- 'stable5.3'
29+
- 'stable5.4'
3030

3131
name: Update workflows in ${{ matrix.branches }}
3232

β€Ž.github/workflows/sync-workflow-templates.yml.patchβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ index 85090be9..cf08bd3e 100644
99
- - 'stable34'
1010
- - 'stable33'
1111
- - 'stable32'
12-
+ - 'stable5.3'
12+
+ - 'stable5.4'
1313

1414
name: Update workflows in ${{ matrix.branches }}
1515

β€Ž.tx/backportβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
stable5.3
1+
stable5.4

β€Žappinfo/info.xmlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- **πŸ™‹ Get involved!** We have lots of stuff planned like more question types, collaboration on forms, [and much more](https://github.com/nextcloud/forms/milestones)!
1818
]]></description>
1919

20-
<version>5.4.0</version>
20+
<version>5.5.0-dev</version>
2121
<licence>AGPL-3.0-or-later</licence>
2222

2323
<author>Affan Hussain</author>

0 commit comments

Comments
Β (0)