Skip to content

changesets-get-release-plan 4.1.0

Install from the command line:
Learn more about npm packages
$ npm install @fond-of/changesets-get-release-plan@4.1.0
Install via package.json:
"@fond-of/changesets-get-release-plan": "4.1.0"

About this version

@fond-of/changesets-get-release-plan

View changelog

A function that reads information about the current repository

import getReleasePlan from "@fond-of/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 @fond-of/changesets-types. This is optional, and can be used to overwrite any written config options.

Details


Assets

  • changesets-get-release-plan-4.1.0.tgz

Download activity

  • Total downloads 16
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all