UNPKG

@catladder/cli

Version:

Panter cli tool for cloud CI/CD and DevOps

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