Skip to content

Branch Strategy

David Ko edited this page Aug 10, 2023 · 2 revisions

Component Repo

For each feature release branch, there will be a dedicated branch for the following repos. The branch name will be v..x.

User Facing Repos

For each feature release branch, there will be a dedicated branch for the following repos. The branch name will be v..x.

Library repos

There are no branch strategies for the library repos, because the design should be always backward compatible.

However, there have been two exceptions to this rule in the past. We made some incompatible changes to the main branch that were unable to be used in 1.3 and 1.4. We had to create two new branches, v1.3.x and v1.4.x, to support these older versions.

Clone this wiki locally