$ npm install @changesets/get-release-plan
A function that reads information about the current repository
import getReleasePlan from "@changesets/get-release-plan";
const releasePlan = await getReleasePlan(cwd, since, passedConfig);
The directory to run getReleasePlan
in - most often process.cwd()
Sets whether to use all changests present, or only those changesets that are new since the branch diverged from another one.
The changeset config options as defined in @changesets/types
. This is optional, and can be used to overrwrite any written config options.
© 2010 - cnpmjs.org x YWFE | Home | YWFE