@changesets/read

Read changesets from disc, and return the information as JSON

Usage no npm install needed!

<script type="module">
  import changesetsRead from 'https://cdn.skypack.dev/@changesets/read';
</script>

README

@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.