wrangler-action/node_modules/@changesets/read/README.md

14 lines
341 B
Markdown
Raw Normal View History

2023-08-07 22:11:15 +02:00
# @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.