UNPKG

@changesets/cli

Version:

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

3 lines (2 loc) 164 B
import { Changeset } from "@changesets/types"; export default function getChangesets(changesetBase: string, sinceMasterOnly: boolean): Promise<Array<Changeset>>;