0.7.1 • Published 4 years ago

@motss-changesets/read v0.7.1

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