UNPKG

@changesets/cli

Version:

Organise your package versioning and publishing to make both contributors and maintainers happy

6 lines (5 loc) 177 B
import { Config } from "@changesets/types"; export default function run(cwd: string, { otp, tag }: { otp?: string; tag?: string; }, config: Config): Promise<void>;