From cb86ec6b45138d36372b9518aec24a0792880a26 Mon Sep 17 00:00:00 2001 From: Johan Nyman Date: Wed, 25 Sep 2024 12:45:57 +0200 Subject: [PATCH] chore: doc --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b893ada..64d7780 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,9 +4,4 @@ Before contributing to this specific repository, please read the [Contribution G ## Branches -This repository uses the following branches: - -* **_master_** is our main branch. We consider it stable and it is used in production. -* The **_releaseXX_** branches are our in-development branches. When a release is ready, we decide to “freeze” that branch and create a new **_releaseXX+1_** branch. - -We encourage you to base your contributions on the latest **releaseXX** branch, alternatively the **master** branch or a recently frozen **releaseXX** branch. The [Sofie Releases](https://nrkno.github.io/sofie-core/releases) page collects the status and timeline of the releases. +This repository uses the **_master_** as the main branch, we require you to base your contributions on the master branch.