UNPKG

xrelease

Version:

xrelease (pronounced cross-release) helps you setup automated releases for your project for any language

4 lines (3 loc) 163 B
type Component = 'workflow' | 'changelog' | 'hooks'; export declare function addCommand(component: Component, installationDir?: string): Promise<void>; export {};