For versioning, we use Semantic Versioning.
For branching:
development contains the upcoming/next release, while we branch for releases as close to the end of development as possible (usually around/after code freeze)
release/x.y.z contains the code for that specific release
This allows us to patch/hotfix previous releases quickly, while working on riskier changes in isolation for the upcoming/next release.
General
Content
Integrations