Branch cleaning

Hello, i don't understand all branches from github ....

Why master is on 10.0.5 if the version stable is on 10.0.4 ?

It's better to have a branch which contains a version , eg. branch for 10.0.3 , for 10.0.4 etc..

the master branch is your development branch and will be the upcoming 10.1.x. We keep it to a 10.0.x version as of now for easier branch switching.
The 10.0.x release branch is stable10.
Each and every release is represented by a tag in git.

Need more insight?

1 Like

Thanks for your answer !