Skip to content

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?

optional branch?: 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?

optional currentVersion?: string

Defined in: packages/craft-hub/src/types.ts:413


effects

effects: string[]

Defined in: packages/craft-hub/src/types.ts:418


proposedTag?

optional proposedTag?: string

Defined in: packages/craft-hub/src/types.ts:415


proposedVersion?

optional proposedVersion?: string

Defined in: packages/craft-hub/src/types.ts:414


warnings

warnings: string[]

Defined in: packages/craft-hub/src/types.ts:420


workflowExists?

optional workflowExists?: boolean

Defined in: packages/craft-hub/src/types.ts:417


workflowPath?

optional workflowPath?: string

Defined in: packages/craft-hub/src/types.ts:416

Released under the MIT License.