UNPKG

semantic-release-yarn

Version:

semantic-release plugin to publish a npm package with yarn

8 lines (7 loc) 273 B
import type { CommonContext } from "./definitions/context.js"; export declare function getYarnVersion({ cwd }: { cwd: CommonContext["cwd"]; }): Promise<string>; export declare function getYarnMajorVersion({ cwd, }: { cwd: CommonContext["cwd"]; }): Promise<number>;