UNPKG

@changesets/cli

Version:

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

5 lines (4 loc) 158 B
import { Config } from "@changesets/types"; export default function add(cwd: string, { empty }: { empty?: boolean; }, config: Config): Promise<void>;