1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

Contributing.md: beta can lag behind main/stable/develop

This commit is contained in:
Athanasius 2020-07-13 13:40:34 +01:00
parent 996f317130
commit 1781b6657c

View File

@ -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.
* `beta` - If we run any pre-release betas *with actual builds released, not 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.
* `beta` - If we run any pre-release betas *with actual builds released, not
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
to this as the work should be done in a separate branch used in a Pull Request before being merged as part of