UNPKG

@catladder/pipeline

Version:

Panter workflow for cloud CI/CD and DevOps

8 lines (7 loc) 165 B
export type ReleaseConfig = { /** * Whether to release automatically or manually on main branch. * Defaults to "manuel" */ when?: "manual" | "auto"; };