UNPKG

@changesets/read

Version:

Read changesets from disc, and return the information as JSON

3 lines (2 loc) 151 B
import { NewChangeset } from "@changesets/types"; export default function getChangesets(cwd: string, sinceRef?: string): Promise<Array<NewChangeset>>;