Read changesets from disc, and return the information as JSON
Read in all changesets from a repository.
import readChangesets from "@changesets/read"; let changesets = await readChangesets(cwd);
This returns an array of formatted changesets.