Workflows
Release Branch Workflow
Explain when to cut a release branch, when to freeze features, and how to flow fixes back to main.
Scenario
Explain when to cut a release branch, when to freeze features, and how to flow fixes back to main.
Suggested sequence
- Cut a release branch from a stable mainline
- Accept only release-related fixes
- Merge final fixes back into the mainline
Why this order is safer
The value of a workflow usually comes less from a single command and more from fixing the order of observation, action, and recovery.
Related commands
This topic makes more sense alongside commands such as git fetch, git log, git diff, git merge, git rebase, or git cherry-pick.