wrangler-action/node_modules/@changesets/read/README.md
2023-08-07 15:11:15 -05:00

13 lines
341 B
Markdown

# @changesets/read
[![View changelog](https://img.shields.io/badge/changelogs.xyz-Explore%20Changelog-brightgreen)](https://changelogs.xyz/@changesets/read)
Read in all changesets from a repository.
```js
import read from "@changesets/read";
let changesets = await getChangesets(cwd);
```
This returns an array of formatted changesets.