JSPM

  • Created
  • Published
  • Downloads 1549453
  • Score
    100M100P100Q191486F
  • License MIT

Read changesets from disc, and return the information as JSON

Package Exports

  • @changesets/read
  • @changesets/read/package.json

Readme

@changesets/read

npm package View changelog

Read in all changesets from a repository.

import readChangesets from "@changesets/read";

let changesets = await readChangesets(cwd);

This returns an array of formatted changesets.