UNPKG

quick-publish

Version:

Shipped a standard `npm publish` workflow with one click.

6 lines 259 B
import type { ISelectVersionAndTagResult } from './types'; /** * Select version and tag to be released. */ export declare function selectVersionAndTag(currentVersion: string): Promise<ISelectVersionAndTagResult>; //# sourceMappingURL=select-version.d.ts.map