Socket
Socket
Sign inDemoInstall

@lerna/conventional-commits

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/conventional-commits

TODO


Version published
Weekly downloads
499K
increased by1.22%
Maintainers
4
Weekly downloads
 
Created

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

Keywords

FAQs

Package last updated on 07 Mar 2018

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