astro-ghostcms/.pnpm-store/v3/files/91/a1e59ad29ef669a40b3da46f328...

14 lines
341 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00: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.