interface ReleaseUpdateMetadata {
    comment?: string;
    keepForever?: boolean;
    manualEnvironments?: string[];
    name?: string;
    status?: ReleaseStatus;
}

Properties

comment?: string

Sets comment for release.

keepForever?: boolean

Set 'true' to exclude the release from retention policies.

manualEnvironments?: string[]

Sets list of manual environments.

name?: string

Sets name of the release.

status?: ReleaseStatus

Sets status of the release.