JSPM

  • Created
  • Published
  • Downloads 2722495
  • Score
    100M100P100Q208657F
  • License MIT

Read changesets from disc, and return the information as JSON

Package Exports

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

Readme

@changesets/read

Open on npmx.dev 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.