From 8036c1350be3cc68395b575c8efbea81ad62c9cc Mon Sep 17 00:00:00 2001 From: Donald Webster Date: Wed, 4 Mar 2020 14:39:27 -0800 Subject: [PATCH] Updated Release Branches (markdown) --- Release-Branches.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Release-Branches.md b/Release-Branches.md index ba4ba2d..3634a7c 100644 --- a/Release-Branches.md +++ b/Release-Branches.md @@ -1,14 +1,14 @@ ## Sonarr v2 ### Stable -Use `master`, it has been tested by users on develop branch and it's not known to have any major issues. +`master`: It has been tested by users on develop branch and it's not known to have any major issues. ### 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.*** +`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 ### Nightly -Use `phantom-develop` which is the only branch currently. +`phantom-develop`: The only branch. ## How to change your branch ##