Skip to content

Commit

Permalink
Merge pull request #4202 from nextcloud/update-main-version
Browse files Browse the repository at this point in the history
feat(deps): Add Nextcloud 28 support on main
  • Loading branch information
max-nextcloud committed May 17, 2023
2 parents 69ac086 + a9e1d4a commit 4fb86d7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-nextcloud-ocp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ["main", "stable26", "stable25", "stable24"]
branches: ["main", "stable27", "stable26", "stable25", "stable24"]

name: update-nextcloud-ocp-${{ matrix.branches }}

Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) – huge thanks to them!
]]></description>
<version>3.8.0</version>
<version>3.9.0</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
Expand All @@ -27,7 +27,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/text/main/img/screenshots/screenshot3.gif</screenshot>
<dependencies>
<nextcloud min-version="27" max-version="27" />
<nextcloud min-version="28" max-version="28" />
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nextcloud/text",
"description": "Collaborative document editing",
"version": "27.0.0-alpha.1",
"version": "28.0.0-dev",
"authors": [
{
"name": "Julius Härtl",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"ignoreUnstable": false,
"baseBranches": [
"main",
"stable27",
"stable26",
"stable25"
],
Expand Down Expand Up @@ -57,7 +58,7 @@
},
{
"matchUpdateTypes": ["major"],
"matchBaseBranches": ["stable26", "stable25"],
"matchBaseBranches": ["stable27", "stable26", "stable25"],
"enabled": false
},
{
Expand Down

0 comments on commit 4fb86d7

Please sign in to comment.