0.6.0 • Published 5 months ago

@changesets/read v0.6.0

Weekly downloads
28,365
License
MIT
Repository
github
Last release
5 months ago

@changesets/read

View changelog

Read in all changesets from a repository.

import read from "@changesets/read";

let changesets = await getChangesets(cwd);

This returns an array of formatted changesets.