Updated Home (markdown)

master
Edouard Griffiths 2020-11-12 22:56:47 +01:00
rodzic 39c22e2b0c
commit 2589269fb7
1 zmienionych plików z 4 dodań i 4 usunięć

@ -47,7 +47,7 @@ You can check [SDRangel project](https://ci.appveyor.com/project/f4exb/sdrangel)
<h2>Repository branches</h2>
- master: this hosts SDRangel version 4. It is the default branch and most stable. This is the branch used to produce release artifacts.
- dev: this used to be the development branch related to master but feature branches are now preferred for development
- next_release: this branch may appear temporarily when a lot of feature branches need to be merged for the next release. This avoids polluting the master branch with versions that may break
- v5: this hosts SDRangel version 5 and is the tip of development. It contains latest developments and features. New features can occasionally make their way to master. However MIMO support stays specific to this branch. No artifacts are provided on this branch you will have to compile from source or build a Docker image.
- master: this is the default branch and is the most up to date that will eventually become the next release. This is the branch used to produce release artifacts.
- next_release: this branch may appear temporarily when a lot of feature branches need to be merged together before being merged to master for the next release. This avoids polluting the master branch with versions that are not mature enough or may break.
- feature-nnn: feature branches are current developments related to issue nnn when these development are made publicly available before being merged to master
- v5: this was SDRangel version 5 and is the used to be the tip of development before merge back to master into v6.It is kept for referencein case something is found missing in the now master branch