semantic-release-multi
Version:
Plugins for `semantic-release` allowing it to be used with a monorepo.
5 lines (4 loc) • 413 B
TypeScript
/// <reference types="ts-toolbelt" />
export declare const mapCommits: (fn: any) => import("Function/Curry").Curry<(x: any) => Promise<any>> & ((x: any) => Promise<any>);
export declare const mapNextReleaseVersion: import("Function/Curry").Curry<(f: any, x: any) => Promise<any>>;
export declare const withOptionsTransforms: (transforms: any) => (plugin: any) => (pluginConfig: any, config: any) => Promise<any>;