UNPKG

semantic-release-multi

Version:

Plugins for `semantic-release` allowing it to be used with a monorepo.

5 lines (4 loc) 298 B
declare const withFiles: (commits: any) => Promise<any[]>; declare const onlyPackageCommits: (commits: any) => Promise<any[]>; declare const withOnlyPackageCommits: (plugin: any) => (pluginConfig: any, config: any) => Promise<any>; export { withOnlyPackageCommits, onlyPackageCommits, withFiles };