npm.io
4.0.16 • Published 3 months ago

@changesets/get-release-plan

Licence
MIT
Version
4.0.16
Deps
6
Size
29 kB
Vulns
0
Weekly
0
Stars
12.2K

@changesets/get-release-plan

npm package View changelog

A function that reads information about the current repository

import getReleasePlan from "@changesets/get-release-plan";

const releasePlan = await getReleasePlan(cwd, since, passedConfig);

cwd: string

The directory to run getReleasePlan in - most often process.cwd()

since: string

Sets whether to use all changesets present, or only those changesets that are new since the branch diverged from another one.

passedConfig?: Config

The changeset config options as defined in @changesets/types. This is optional, and can be used to overwrite any written config options.