astro-ghostcms/.pnpm-store/v3/files/53/c841353cc4b886ec78dda6dadad...

6 lines
158 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { Release } from "@changesets/types";
export default function parseChangesetFile(contents: string): {
summary: string;
releases: Release[];
};