craft-hub / ReleasePlan
Interface: ReleasePlan
Defined in: packages/craft-hub/src/types.ts:409
Fresh release preflight information used by both the UI and runtime guard.
Properties
blockers
blockers:
string[]
Defined in: packages/craft-hub/src/types.ts:419
branch?
optionalbranch?:string
Defined in: packages/craft-hub/src/types.ts:411
capabilityId
capabilityId:
string
Defined in: packages/craft-hub/src/types.ts:410
clean
clean:
boolean
Defined in: packages/craft-hub/src/types.ts:412
currentVersion?
optionalcurrentVersion?:string
Defined in: packages/craft-hub/src/types.ts:413
effects
effects:
string[]
Defined in: packages/craft-hub/src/types.ts:418
proposedTag?
optionalproposedTag?:string
Defined in: packages/craft-hub/src/types.ts:415
proposedVersion?
optionalproposedVersion?:string
Defined in: packages/craft-hub/src/types.ts:414
warnings
warnings:
string[]
Defined in: packages/craft-hub/src/types.ts:420
workflowExists?
optionalworkflowExists?:boolean
Defined in: packages/craft-hub/src/types.ts:417
workflowPath?
optionalworkflowPath?:string
Defined in: packages/craft-hub/src/types.ts:416