Socket
Socket
Sign inDemoInstall

@changesets/cli

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/cli

Organise your package versioning and publishing to make both contributors and maintainers happy


Version published
Weekly downloads
891K
increased by6.4%
Maintainers
3
Weekly downloads
 
Created

What is @changesets/cli?

@changesets/cli is a tool for managing versioning and changelogs for monorepos and single-package repositories. It helps automate the process of creating and maintaining changelogs, versioning packages, and publishing them.

What are @changesets/cli's main functionalities?

Initialize Changesets

This command initializes the changesets configuration in your repository. It sets up the necessary files and directories to start using changesets.

npx changeset init

Create a Changeset

This command guides you through creating a new changeset. It prompts you to select the packages you want to include in the changeset and specify the type of change (patch, minor, major).

npx changeset

Version Packages

This command reads the changesets and bumps the versions of the packages accordingly. It updates the package.json files and creates changelog entries.

npx changeset version

Publish Packages

This command publishes the packages to the npm registry. It uses the version information generated by the 'version' command.

npx changeset publish

Other packages similar to @changesets/cli

FAQs

Package last updated on 06 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc