New:Socket for Asana Is Now Available.Learn more
Get Started

@changesets/get-release-plan

Package Overview
Dependencies
Maintainers
2
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/get-release-plan

Reads changesets and adds information on dependents that need bumping

Source
npmnpm
Version
5.0.0-next.10
Version published
Weekly downloads
3.4M
-18.83%
Maintainers
2
Weekly downloads
 
Created
Source

@changesets/get-release-plan

Open on npmx.dev 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.

FAQs

Package last updated on 03 Aug 2026

Related posts