UNPKG

@changesets/cli

Version:

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

6 lines (5 loc) 173 B
import { Release } from "@changesets/types"; export default function printConfirmationMessage(changeset: { releases: Array<Release>; summary: string; }): void;