From da4feabb9d9cc0153805bc7a8a4a69c2de6f9227 Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Wed, 4 Mar 2020 14:38:05 -0800 Subject: [PATCH] Updated Release Branches (markdown) --- Release-Branches.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Release-Branches.md b/Release-Branches.md index 3de60a2..ba4ba2d 100644 --- a/Release-Branches.md +++ b/Release-Branches.md @@ -1,11 +1,14 @@ ## Sonarr v2 -- **master (Default/Stable):** It has been tested by users on develop branch and it's not known to have any major issues. +### Stable +Use `master`, it has been tested by users on develop branch and it's not known to have any major issues. -- **develop (Nightly):** The bleeding edge. Released as soon as code is committed and passed all automated tests, this build may have not been used by us or other users. There is no guarantee that it will even run in some cases. ***Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update.*** +### Nightly +Use `develop`, the bleeding edge. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. ***Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update.*** ## Sonarr v3 -- **phantom-develop:** This is the only branch for v3 right now. +### Nightly +Use `phantom-develop` which is the only branch currently. ## How to change your branch ##