Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 494 Bytes

File metadata and controls

14 lines (9 loc) · 494 Bytes

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