Problem
Today we don't have an automated way to do a true emergency patch release. When a breaking change or critical bug ships, the next release includes everything merged to main — new features, refactors, etc. — increasing blast radius instead of limiting it.
The team wants the ability to cherry-pick specific commit(s) on top of an existing release tag and push a new patch release from it.
Problem
Today we don't have an automated way to do a true emergency patch release. When a breaking change or critical bug ships, the next release includes everything merged to main — new features, refactors, etc. — increasing blast radius instead of limiting it.
The team wants the ability to cherry-pick specific commit(s) on top of an existing release tag and push a new patch release from it.