Skip to content
Latchkey

Release Branch - CI/CD Glossary Definition

A release branch is a branch (e.g. release/2.1) cut from main to stabilize a specific version. Only bug fixes go onto it while main keeps moving, isolating the release from new feature work.

Lifecycle

You branch at feature freeze, cherry-pick or merge fixes in, tag releases from it, and eventually merge fixes back to main so they are not lost.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →