Skip to content

Commit eb13590

Browse files
authored
chore: release preparation for 3.0 (#969)
* chore: release prepartion for 3.0 Signed-off-by: nabim777 <nabinalemagar019@gmail.com> * update package-lock Signed-off-by: nabim777 <nabinalemagar019@gmail.com> --------- Signed-off-by: nabim777 <nabinalemagar019@gmail.com>
1 parent b3dee97 commit eb13590

8 files changed

Lines changed: 581 additions & 2166 deletions

File tree

.github/workflows/nighlty-ci-release-branch.yml renamed to .github/workflows/nighlty-ci-release-2-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-FileCopyrightText: 2023-2025 Jankari Tech Pvt. Ltd.
22
# SPDX-License-Identifier: AGPL-3.0-or-later
3-
name: Nightly CI (Release branch)
3+
name: Nightly CI (Release 2.11 branch)
44

55
# workflow can be scheduled ONLY from DEFAULT branch
66
# > This event will only trigger a workflow run if the workflow file is on the default branch.
@@ -15,4 +15,4 @@ jobs:
1515
secrets: inherit
1616
with:
1717
branch: release/2.11
18-
nextcloud_versions: "31 32"
18+
nextcloud_versions: "31 32"
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# SPDX-FileCopyrightText: 2023-2025 Jankari Tech Pvt. Ltd.
2+
# SPDX-License-Identifier: AGPL-3.0-or-later
3+
name: Nightly CI (Release 3.0 branch)
4+
5+
# workflow can be scheduled ONLY from DEFAULT branch
6+
# > This event will only trigger a workflow run if the workflow file is on the default branch.
7+
# See: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
8+
on:
9+
schedule:
10+
- cron: '0 23 * * *' # run at 11 PM UTC
11+
12+
jobs:
13+
builds:
14+
uses: ./.github/workflows/shared_workflow.yml
15+
secrets: inherit
16+
with:
17+
branch: release/3.0
18+
nextcloud_versions: "33"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
sudo apt install make openssl -y
6060
echo "###### installing nextcloud"
6161
mkdir ~/html
62-
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable32 ~/html/nextcloud
62+
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable33 ~/html/nextcloud
6363
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
6464
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"
6565
php ~/html/nextcloud/occ app:enable ${APP_ID}

.tx/backport

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ release/2.7
99
release/2.8
1010
release/2.9
1111
release/2.10
12-
release/2.11
12+
release/2.11
13+
release/3.0

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515

1616
### Added
1717

18-
- [BREAKING] Support Nextcloud 33 [#952](https://github.com/nextcloud/integration_openproject/pull/952)
19-
2018
### Changed
2119

2220
### Removed
2321

22+
## 3.0.0 - 2026-01-30
23+
24+
### Added
25+
26+
- [BREAKING] Support Nextcloud 33 [#952](https://github.com/nextcloud/integration_openproject/pull/952)
27+
2428
## 2.11.1 - 2026-01-28
2529

2630
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ On the OpenProject end, users are able to:
3333
For more information on how to set up and use the OpenProject application, please refer to [integration setup guide](https://www.openproject.org/docs/system-admin-guide/integrations/nextcloud/) for administrators and [the user guide](https://www.openproject.org/docs/user-guide/nextcloud-integration/).
3434
]]>
3535
</description>
36-
<version>3.0.0-alpha.1</version>
36+
<version>3.0.0</version>
3737
<licence>agpl</licence>
3838
<author>Julien Veyssier</author>
3939
<namespace>OpenProject</namespace>

0 commit comments

Comments
 (0)