From 46ac14f21bb9c5509745ba55afaaa83063d14f40 Mon Sep 17 00:00:00 2001 From: bluewingtitan Date: Thu, 26 Mar 2026 21:08:36 +0100 Subject: [PATCH 1/2] update pipelines to include stable again --- .github/workflows/ci.yml | 4 ++-- .github/workflows/docker.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34c6413..b984879 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main, development] + branches: [stable, development] pull_request: - branches: [main, development] + branches: [development] workflow_dispatch: jobs: diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d314cf0..14ba2f7 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,9 +2,9 @@ name: Docker on: push: - branches: [main, development] + branches: [stable, development] pull_request: - branches: [main, development] + branches: [development] workflow_dispatch: inputs: tag: From a48aa1f0a20b5f01ba20d3e5dcfa7e97bb6bfbfd Mon Sep 17 00:00:00 2001 From: bwt <38633608+bluewingtitan@users.noreply.github.com> Date: Thu, 26 Mar 2026 21:16:58 +0100 Subject: [PATCH 2/2] Update README to clarify branch information Added a note about the development and stable branches. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f508d22..e4c4dee 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +**You are looking at the development branch. Look at the [stable branch](https://github.com/5000K/5000blogs/tree/stable) for the current release version.** + # 5000blogs > ! 5000blogs is nearly feature-stable, but config and API might still change. In the future, there probably will be manual migrations (mostly regarding your config and template) needed towards version 1.0. We will help with them. But they will probably be needed.