Skip to main content

hooks_for_transition

Function hooks_for_transition 

Source
pub fn hooks_for_transition(from: Stage, to: Stage) -> Vec<Hook>
Expand description

Which hooks fire when moving fromto.

  • Validate → Ship: docs + changelog are finalized before shipping.
  • Ship → (done): version bump + branch cleanup.
  • everything else: none.