2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Add some extra notes differentiating "stable" and "master" branches

This commit is contained in:
Oliver 2021-09-13 17:34:05 +10:00
parent 9731f7e9f6
commit 8733624817

View File

@ -2,10 +2,28 @@
title: Release Notes title: Release Notes
--- ---
## Releases ## InvenTree Versioning
The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). 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 ### 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 | | <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 |