From 1eb64c3fda81ba2ed1dc0024b8e1703ecf4b335a Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 30 Sep 2020 22:23:59 -0500 Subject: [PATCH] Updated Release Branches (markdown) --- Release-Branches.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/Release-Branches.md b/Release-Branches.md index 0f66d68..00ba6fb 100644 --- a/Release-Branches.md +++ b/Release-Branches.md @@ -1,9 +1,8 @@ -- **develop (Default/Stable):** It has been tested by users on nightly branch and it's not known to have any major issues. +- **develop (Default/Stable):** It has been tested by users on nightly branch and it's not known to have any major issues. This is currently v0.2. This version is end of life and no longer receiving updates -- **nightly (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. ***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 (Nightly):** The bleeding edge. Released as soon as code is committed and passed all automated tests. ***Use this branch only if you know what you are doing and are willing to get your hands dirty to recover a failed update.*** This is currently v3. Once you upgrade to v3 you cannot go back to v0.2 -- **aphrodite (V3 Alpha):** Aphrodite is in early alpha phase, changes are pushed often with little testing. 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.*** ## How to change your branch ## @@ -11,7 +10,7 @@ 1. Go to Settings and then the General tab and show advanced settings (use the toggle by the save button). -2. Under the Development section change the branch name to `develop` +2. Under the Development section change the branch name to `develop` or `nightly` 3. Save @@ -24,7 +23,4 @@ _This will not install the bits from that branch immediately, it will happen dur 2. Newer versions that are not yet installed will have an update button next to them, clicking that button will install the update. ## Can I switch from nightly back to develop? ## -We don't recommend manually switching back to develop, since other branches are commonly running newer code which might not be compatible with the older code in develop. - -## Can I switch from aphrodite back to develop? ## -No, significant database migrations have been made which mean you should make a backup of your v0.2 database if you want to go back. \ No newline at end of file +No, significant database migrations have been made which mean you should make a backup of your v0.2 database if you want to go back.