Skip to main content

templates/workflows/shared/operations-tag-promote

Interfaces

TagPromoteContext

Defined in: templates/workflows/shared/operations-tag-promote.ts:14

Properties

autoPromote?
optional autoPromote: boolean | Record<string, boolean>;

Defined in: templates/workflows/shared/operations-tag-promote.ts:16

branchFlow
branchFlow: string[];

Defined in: templates/workflows/shared/operations-tag-promote.ts:15

config?
optional config: Partial<PipecraftConfig>;

Defined in: templates/workflows/shared/operations-tag-promote.ts:18

mergeStrategy?
optional mergeStrategy: "fast-forward" | "merge";

Defined in: templates/workflows/shared/operations-tag-promote.ts:17

Functions

createTagPromoteReleaseOperations()

function createTagPromoteReleaseOperations(ctx): PathOperationConfig[]

Defined in: templates/workflows/shared/operations-tag-promote.ts:24

Create tag, promote, and release job operations

Parameters

ctx

TagPromoteContext

Returns

PathOperationConfig[]