@dmeents/semantic-release-yarn
Version:
A plugin for semantic-release to support publishing to NPM with yarn@berry
8 lines • 481 B
TypeScript
/// <reference types="node" />
import readPackage from 'read-pkg';
export declare function getPackage(cwd: string): Promise<readPackage.NormalizedPackageJson>;
export declare function getYarnRc(cwd: string): Promise<Record<string, string>>;
export declare function getNpmToken(env: NodeJS.ProcessEnv): string;
export declare function getNpmAuthIdent(env: NodeJS.ProcessEnv): string;
export declare const getChannel: (channel?: string) => string;
//# sourceMappingURL=index.d.ts.map