Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/references/branch-definitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
|Branch | Definition | Supported Devices | Description | Stability/Readiness|
|:-: | --- | --- | --- | ---|
|`release-tizi` | Release branch | comma 3X | Stable release branch. After testing on `staging`, updates are pushed here and published publicly. | **Ready to Use:** Highly stable, recommended for most users.|
|`release-mici` | Release branch | comma four | Stable release branch for comma four. After testing on `staging`, updates are pushed here and published publicly. | **Ready to Use:** Highly stable, recommended for most users with comma four.|
|`release-tizi` | Release branch | comma 3X | Stable release branch for comma 3X. After testing on `staging`, updates are pushed here and published publicly. | **Ready to Use:** Highly stable, recommended for most users with comma 3X.|
|`staging` | Staging branch | comma four/3X | Pre-release testing branch. Community feedback is essential to identify issues before public release. | **Varied Stability:** Generally stable, but intended for testing before public release.|
|`dev` | Development branch | comma four/3X | Experimental branch with the latest features and bug fixes brought in manually. Expect bugs and breaking changes. | **Experimental:** Least stable, suitable for testers and developers.|
|`master` | Primary development branch | comma four/3X | All Pull Requests are merged here for future releases. CI automatically strips, minifies, and pushes changes to `staging`. Running the `master` branch is suitable for development purposes but not recommended for non-development use. | **For Development Use:** Suitable for developers, may be unstable for general use.|
Expand Down
Loading