mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Merge pull request #169 from inventree/contrib
Add some extra notes differentiating "stable" and "master" branches
This commit is contained in:
commit
f94464ec8b
@ -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 |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user