JSPM

  • Created
  • Published
  • Downloads 1572913
  • Score
    100M100P100Q204417F
  • License MIT

Read changesets from disc, and return the information as JSON

Package Exports

  • @changesets/read
  • @changesets/read/dist/read.cjs.js
  • @changesets/read/dist/read.esm.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@changesets/read) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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.