From da7849251da49dcd9ae40cbf380fb5bfb765a762 Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Thu, 6 Aug 2026 09:29:16 +0200 Subject: [PATCH] update rolling release template (#3242) --- .github/rolling_release_template.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/rolling_release_template.md b/.github/rolling_release_template.md index 5928ca9a29..c3a403ce41 100644 --- a/.github/rolling_release_template.md +++ b/.github/rolling_release_template.md @@ -2,6 +2,8 @@ [Release Template](https://github.com/opencloud-eu/opencloud/blob/main/.github/rolling_release_template.md) ## Prerequisites +* [ ] replace `%%NEXT%%` with the release version + * [ ] web release * [ ] bump web version * [ ] squash and merge the web release PR @@ -14,17 +16,17 @@ ## QA Phase * [ ] bump `opencloud_commitid` in web and run all working tests in CI * [ ] compatibility test -* [ ] n8n integration QA * [ ] confirmatory testing, if needed +* [ ] squash and merge Release PR ## Collected bugs ## After QA Phase -* [ ] replace `%%NEXT%%` wuth the release version -* [ ] squash and merge Release PR * [ ] publish release notes to the docs * [ ] add migration guide to changelog with prefix `**ACTION REQUIRED:**`, if needed. * [ ] add release notes from web and reva to opencloud changelog +* [ ] n8n integration - update new opencloud version +* [ ] docker-compose - update new opencloud version * [ ] update the public matrix channel topic * [ ] update https://update.opencloud.eu/server.json * [ ] update the version on demo.opencloud.eu