New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

conventional-changelog-cli

Package Overview
Dependencies
Maintainers
1
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

1.1.1
Source
npm
Version published
Weekly downloads
281K
4.47%
Maintainers
1
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

cli

FAQs

Package last updated on 14 Feb 2016

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