mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-04 17:41:18 +03:00
Contributing.md: beta can lag behind main/stable/develop
This commit is contained in:
parent
996f317130
commit
1781b6657c
@ -39,8 +39,11 @@ Somewhat based on git-flow, but our particular take on it:
|
|||||||
|
|
||||||
* `stable` - The HEAD of this Branch should always point to the code that was used in the last released stable version.
|
* `stable` - The HEAD of this Branch should always point to the code that was used in the last released stable version.
|
||||||
|
|
||||||
* `beta` - If we run any pre-release betas *with actual builds released, not just a branch to be run from source*,
|
* `beta` - If we run any pre-release betas *with actual builds released, not
|
||||||
then the HEAD of this Branch should always point to the code that was used in the last beta version.
|
just a branch to be run from source*, then the HEAD of this Branch should
|
||||||
|
always point to the code that was used in the last beta version. *This means
|
||||||
|
that if there hasn't yet been a new beta version this could be far behind
|
||||||
|
all of: main, develop, stable.*
|
||||||
|
|
||||||
* `develop` - This is the branch where all current development is integrated. No commits should be made directly
|
* `develop` - This is the branch where all current development is integrated. No commits should be made directly
|
||||||
to this as the work should be done in a separate branch used in a Pull Request before being merged as part of
|
to this as the work should be done in a separate branch used in a Pull Request before being merged as part of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user