astro-ghostcms/.pnpm-store/v3/files/92/a8952333e4a178735d9f0905b8d...

3 lines
174 B
Plaintext

import { Config, ReleasePlan } from "@changesets/types";
export default function getReleasePlan(cwd: string, sinceRef?: string, passedConfig?: Config): Promise<ReleasePlan>;