14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
# @changesets/read
|
|
|
|
[](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.
|