From 8733624817bff3d5a94c931e0a3f4af2c5ce4514 Mon Sep 17 00:00:00 2001
From: Oliver <oliver.henry.walters@gmail.com>
Date: Mon, 13 Sep 2021 17:34:05 +1000
Subject: [PATCH] Add some extra notes differentiating "stable" and "master"
 branches

---
 docs/releases/release_notes.md | 20 +++++++++++++++++++-
 1 file changed, 19 insertions(+), 1 deletion(-)

diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md
index baf4e16..b1fedaa 100644
--- a/docs/releases/release_notes.md
+++ b/docs/releases/release_notes.md
@@ -2,10 +2,28 @@
 title: Release Notes
 ---
 
-## Releases
+## InvenTree Versioning
 
 The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/).
 
+### Stable Branch
+
+The head of the *stable* code branch represents the most recent stable tagged release of InvenTree. 
+
+!!! info "<span class='fab fa-docker'></span> Stable Docker"
+    To pull down the latest *stable* release of InvenTree in docker, use `inventree/inventree:stable`
+
+### Development Branch
+
+The head of the *master* code branch represents the "latest and greatest" working codebase. All features and bug fixes are merged into the master branch, in addition to relevent stable release branches.
+
+!!! info "<span class='fab fa-docker'></span> Latest Docker"
+    To pull down the latest *development* version of InvenTree in docker, use `inventree/inventree:latest`
+
+## Stable Releases
+
+Tagged released are shown below. Click on the release notes for each version to learn more.
+
 ### 0.5.x
 
 | <span class='fas fa-clipboard-list'></span> Release | <span class='fas fa-calendar-alt'></span> Date | <span class='fab fa-github'></span> GitHub | <span class='fab fa-docker'></span> Docker |