pub fn hooks_after_ship() -> Vec<Hook>Expand description
Hooks that fire after Ship completes (the workflow’s terminal transition).
ChangelogAppend runs strictly after VersionBump (WR-04, 17-12) — the
entry must describe the version VersionBump actually wrote and tagged,
never a version computed independently of it. It runs before
BranchCleanup so a changelog failure still stops short of deleting the
feature branch (run_checkout_hooks’ terminal-batch fail-fast breaks on
the first error in this batch).