From c4f19a813dd365c01a3afba411a30707966a4e98 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Thu, 1 Oct 2020 08:17:04 -0500 Subject: [PATCH] Minor Branch Updates/Clarifcation [Skip Ci] --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4fc5d345..c11fad130 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,10 @@ If you are using Docker please ensure your Docker paths are setup correctly usin ## Downloads Please note that v0.2 will only have critical bugs resolved as of August 2020. Any additional development or features will be soley in V3. -| Release Type | Branch: develop (stable) | Branch: nightly (semi-unstable) | +Each push to the "develop" branch creates a build on "nightly" release channel, once we push a build to Github it will show up on "develop" release channel. + + +| Release Type | Branch: develop (stable) (v0.2) | Branch: nightly (semi-unstable) (v3.0) | |-----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Binary Releases | [![GitHub Releases](https://img.shields.io/badge/downloads-releases-brightgreen.svg?maxAge=60&style=flat-square)](https://github.com/Radarr/Radarr/releases) | [![AppVeyor Builds](https://img.shields.io/badge/downloads-nightly-green.svg?maxAge=60&style=flat-square)](https://ci.appveyor.com/project/galli-leo/radarr-usby1/branch/develop/artifacts) | | | Docker - lsio | [![Docker release](https://img.shields.io/badge/linuxserver-radarr:latest-blue.svg?colorB=1488C6&maxAge=60&style=flat-square)](https://hub.docker.com/r/linuxserver/radarr) | [![Docker nightly](https://img.shields.io/badge/linuxserver-radarr:nightly-blue.svg?colorB=1488C6&maxAge=60&style=flat-square)](https://hub.docker.com/r/linuxserver/radarr) |