astro-ghostcms/.pnpm-store/v3/files/49/1137bc1b76765109b97c70f7df5...

4 lines
260 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import { ReleasePlan, Config } from "@changesets/types";
import { Packages } from "@manypkg/get-packages";
export default function applyReleasePlan(releasePlan: ReleasePlan, packages: Packages, config?: Config, snapshot?: string | boolean): Promise<string[]>;