UNPKG

354 BTypeScriptView Raw
1import { Workspace } from '@navch/cli-utils';
2export declare type Bump = 'major' | 'minor' | 'patch';
3export interface Args {
4 bump?: Bump;
5 tags?: string[];
6 dry?: boolean;
7 canary?: boolean;
8 skipMinify?: boolean;
9}
10export interface Context extends Args {
11 ws: Workspace;
12 nextVersion: string;
13}
14//# sourceMappingURL=types.d.ts.map
\No newline at end of file