- 
                Notifications
    You must be signed in to change notification settings 
- Fork 2.3k
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 devbranch (rebase & squash merge)
- Release cut: merge from devintomain(merge commits).
- If an issue in main arises during regression testing, a regression/fixbranch is created frommain.
- After the regression fix is completed, it's merged back into main.
- Following a release, merge the mainbranch 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
