Versions in this module Expand all Collapse all v0 v0.1.0 Jul 14, 2026 Changes in this version + type Options struct + All bool + Base string + Body string + Branch string + Draft bool + DryRun bool + Message string + NoPR bool + Remote string + Title string + Workspace string + type Report struct + Base string + Branch string + Commit string + DryRun bool + Kind string + Message string + PRURL string + Remote string + Ship *ship.Report + ShipEvents []laneevents.Event + Status string + Steps []Step + Title string + func Run(ctx context.Context, opts Options) (Report, error) + type Step struct + Command []string + Name string + Output string + Status string