UNPKG

@changesets/read

Version:

Read changesets from disc, and return the information as JSON

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