-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Home
Louis edited this page Feb 5, 2024
·
15 revisions
- The default branch is
dev
. - Feature branches are created from
dev
. - When a feature is complete it is merged into the
dev
branch (rebase & squash merge) - Release cut: merge from
dev
intomain
(merge commits). - If an issue in main arises during regression testing, a
regression/fix
branch is created frommain
. - After the regression fix is completed, it's merged back into
main
. - Following a release, merge the
main
branch back intodev
(merge commits).
Note: Nightly Build will be based on the dev branch. Only during cut release phase, nightlyBuild will be based on Pre-release branch.
For more infomation, please visit