0.7.1 • Published 3 years ago

@motss-changesets/read v0.7.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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.