UNPKG

@coveo/semantic-monorepo-tools

Version:

A library of helper functions to do SemVer2 compliant releases from Conventional Commits in monorepos

5 lines (4 loc) 173 B
export declare const runOnChanged: (cmd: string, since: string, forcePackages: string[], excludePackages: string[]) => Promise<{ stdout: string; stderr: string; }>;