Skip to content

@changesets/read

npm package

Read in all changesets from a repository.

js
import read from "@changesets/read";

let changesets = await getChangesets(cwd);

This returns an array of formatted changesets.