New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

@changesets/get-release-plan

Package Overview
Dependencies
Maintainers
2
Versions
70
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

latest
Source
npmnpm
Version
5.0.2
Version published
Weekly downloads
2.7M
-23.52%
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 14 Sep 2026

Related posts