From 0cb50f2f01ce8298755ff3f06b95ecfbd3b89280 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Tue, 28 Oct 2025 09:11:23 +0100 Subject: [PATCH] Add warning for master branch usability Added warning about the master branch not being production-ready. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ce093d2..2ef3680 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # NOTE +While we do our best to keep the master branch in a usable state, there is no guarantee the master branch works. +Please do not use it for production! + Please have a look at the [Release Notes](https://github.com/ClusterCockpit/cc-backend/blob/master/ReleaseNotes.md) for breaking changes!