Socket
Socket
Sign inDemoInstall

@lerna/conventional-commits

Package Overview
Dependencies
10
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
Maintainers
2
Created

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.4.0 (2023-01-05)

Bug Fixes

  • run: add explicit nx dependency (#3486) (7e39397)
  • version: recognize .prettierignore when formatting files (#3482) (4e2c7a9)

Features

  • create: support relative path from root as lerna create location (#3478) (82825ce)
  • watch: Add lerna watch command (#3466) (008b995)

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 05 Jan 2023

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