Socket
Socket
Sign inDemoInstall

conventional-changelog-cli

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conventional-changelog-cli

Generate a changelog from git metadata


Version published
Weekly downloads
162K
increased by0.18%
Maintainers
3
Weekly downloads
 
Created

What is conventional-changelog-cli?

The conventional-changelog-cli package is a command-line tool that helps automate the process of generating changelogs based on conventional commit messages. It follows the Conventional Commits specification, which is a standardized way of writing commit messages that makes it easier to create automated tools for versioning and changelog generation.

What are conventional-changelog-cli's main functionalities?

Generate Changelog

This command generates a changelog based on the Angular preset and writes it to the CHANGELOG.md file. The '-s' flag ensures that the file is saved.

npx conventional-changelog -p angular -i CHANGELOG.md -s

Generate Changelog for a Specific Release

This command generates a changelog for the last two releases based on the Angular preset and writes it to the CHANGELOG.md file.

npx conventional-changelog -p angular -i CHANGELOG.md -s -r 2

Generate Changelog for a Specific Commit Range

This command generates a changelog for commits in a specific path or range and writes it to the CHANGELOG.md file.

npx conventional-changelog -p angular -i CHANGELOG.md -s --commit-path ./path/to/commits

Other packages similar to conventional-changelog-cli

Keywords

FAQs

Package last updated on 17 Jul 2017

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