Skip to content

nlibjs/changelog

Repository files navigation

@nlib/changelog

A command to generate CHANGELOG.md from commit history.

Test codecov

Install

npm install --save-dev @nlib/changelog

Usage

Add the npm-version scripts to your package.json.

{
  "scripts": {
    "version": "nlib-changelog --output CHANGELOG.md && git add CHANGELOG.md"
  }
}