conventional-changelog-cli

Generate a changelog from git metadata.

Installation

npm install -g conventional-changelog-cli

Quick start

conventional-changelog -p conventionalcommits -i CHANGELOG.md -s

Configuration

{
    "scripts": {
        "version": "conventional-changelog -p conventionalcommits -i CHANGELOG.md -s && git add CHANGELOG.md"
    }
}

Integration with Gulp

You need to install the gulp-conventional-changelog package.