From 2b1c46730ce7a8c57bc9c9de768c40e9419a2e20 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Wed, 4 Dec 2024 10:24:37 +0100 Subject: [PATCH] README: document release branches Closes #12 --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7f2abb31d..094200f92 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ Hydra is a [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) service for [Nix](https://nixos.org/nix) based projects. +## Branches + +| Branch | Lix release | Maintained | +| --- | --- | --- | +| `main` | [`main` branch of Lix](https://git.lix.systems/lix-project/lix/commits/branch/main) | ✅ | +| `lix-2.91` | [2.91](https://lix.systems/blog/2024-08-12-lix-2.91-release/) | ✅ | + +Active development happens on `main` only. +Branches that track a Lix release are maintained as long as the Lix version is +maintained. These only receive critical bugfixes. + ## Installation And Setup **Note**: The instructions provided below are intended to enable new users to get a simple, local installation up and running. They are by no means sufficient for running a production server, let alone a public instance.