Skip to content

changesets-apply-release-plan 7.0.5

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

About this version

Apply Release Plan

View changelog

This takes a releasePlan object for changesets and applies the expected changes from that release. This includes updating package versions, and updating changelogs.

import applyReleasePlan from "@fond-of/changesets-apply-release-plan";
import { ReleasePlan, Config } from "@fond-of/changesets-types";
import { Packages } from '@manypkg/get-packages'

await applyReleasePlan(
    // The release plan to be applied - see @fond-of/changesets-types for information about its shape
    aReleasePlan: ReleasePlan,
    // The packages that applyReleasePlan should be run for from @manypkg/get-packages
    packages: Packages,
    // A valid @fond-of/changesets-config config - see @fond-of/changesets-types for information about its shape
    config: Config
);

Note that apply-release-plan does not validate the release plan's accuracy.

To generate a release plan from written changesets use @fond-of/changesets-get-release-plan

Details


Assets

  • changesets-apply-release-plan-7.0.5.tgz

Download activity

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

Recent versions

View all