Cloudberrie Manual / Standards Library / Branching Standard
Standards Library

Branching Standard

Defines Cloudberrie’s current branch model and when protections should be introduced.

Document: STD-005Type: StandardStatus: ApprovedOwner: EngineeringVersion: 4.2.0Updated: 2026-07-17

Approved branches

PatternPurposeExample
mainProduction-ready sourcemain
feature/*Feature or scoped changefeature/login-redesign
fix/*Non-emergency correctionfix/mobile-navigation
hotfix/*Urgent production correctionhotfix/dns-link
release/*Release stabilization when neededrelease/v4.1.0

Current maturity

During the first solo-developer deployment, strict rulesets may be deferred until the deployment pipeline works. After the first successful Cloudflare deployment, introduce a main-branch ruleset that blocks deletion and force pushes and requires pull requests for team contributions.