@changesets/get-release-plan
TypeScript icon, indicating that this package has built-in type declarations

3.0.17 • Public • Published

@changesets/get-release-plan

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.

Readme

Keywords

none

Package Sidebar

Install

Weekly Downloads

390,271

Version

3.0.17

License

MIT

Unpacked Size

25.6 kB

Total Files

10

Last publish

Collaborators

  • andarist
  • emmatown
  • noviny
  • changesets-release-bot