UNPKG

semantic-release-yarn

Version:

semantic-release plugin to publish a npm package with yarn

6 lines (5 loc) 285 B
import type { CommonContext } from "./definitions/context.js"; import type { PluginConfig } from "./definitions/pluginConfig.js"; export declare function getPkg({ pkgRoot }: PluginConfig, { cwd }: { cwd: CommonContext["cwd"]; }): Promise<import("read-pkg").NormalizedPackageJson>;