Socket
Socket
Sign inDemoInstall

@lerna/conventional-commits

Package Overview
Dependencies
156
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lerna/conventional-commits

Lerna's internal interface to conventional-changelog and friends


Version published
Weekly downloads
381K
decreased by-17.53%
Maintainers
2
Created
Weekly downloads
 

Package description

What is @lerna/conventional-commits?

@lerna/conventional-commits is a package that integrates conventional commit messages with Lerna, a tool for managing JavaScript projects with multiple packages. It helps automate the versioning and changelog generation based on commit messages following the Conventional Commits specification.

What are @lerna/conventional-commits's main functionalities?

Automatic Versioning

Automatically bumps the version of your packages based on the commit messages. For example, a commit message with 'feat:' will trigger a minor version bump, while 'fix:' will trigger a patch version bump.

lerna version --conventional-commits

Changelog Generation

Generates a changelog file based on the commit messages. This helps in keeping track of what changes have been made in each version.

lerna version --conventional-commits --changelog-preset angular

Commit Message Validation

Ensures that commit messages follow the Conventional Commits specification, which helps in maintaining a consistent commit history.

lerna version --conventional-commits --yes

Other packages similar to @lerna/conventional-commits

Changelog

Source

6.0.0-alpha.0 (2022-10-07)

Note: Version bump only for package lerna-monorepo

Readme

Source

@lerna/conventional-commits

Lerna's internal interface to conventional-changelog and friends

Usage

You probably shouldn't, at least directly.

Install lerna for access to the lerna CLI.

Keywords

FAQs

Last updated on 07 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc