(plan: PublishingPlan, options?: DerivePublishStepsOptions): PublishStep[] import {derive_publish_steps} from '@fuzdev/fuz_gitops/publish_steps.js'; Derives the ordered side-effects a wetrun would perform from a frozen plan.
Reads only publishing_order, version_changes, and dependency_updates — the same data
execute_publishing_plan consumes, in the same order — so the preview reflects the real
pass. A dependency is only propagated to its dependents if it actually publishes this run.
plan
options
{}returns
PublishStep[]