pub fn hooks_for_transition(from: Stage, to: Stage) -> Vec<Hook>Expand description
Which hooks fire when moving from → to.
- Validate → Ship: docs + changelog are finalized before shipping.
- Ship → (done): version bump + branch cleanup.
- everything else: none.